Re: [PHP] php.ini and command line

2008-06-23 Thread Wolf
Marten Lehmann <[EMAIL PROTECTED]> wrote: > Hello, > > within a CGI-wrapped hosting environment, we are calling PHP as command > line interpreter (not cli). This works fine, except one thing: Settings > from parent php.inis are not inherited. This is very annoying. Lets say, > there is a

Re: [PHP] php.ini and command line

2008-06-23 Thread Wolf
Marten Lehmann <[EMAIL PROTECTED]> wrote: > Hello, > > within a CGI-wrapped hosting environment, we are calling PHP as command > line interpreter (not cli). This works fine, except one thing: Settings > from parent php.inis are not inherited. This is very annoying. Lets say, > there is a

[PHP] php.ini and command line

2008-06-23 Thread Marten Lehmann
Hello, within a CGI-wrapped hosting environment, we are calling PHP as command line interpreter (not cli). This works fine, except one thing: Settings from parent php.inis are not inherited. This is very annoying. Lets say, there is a script /user/123/index.php and some libraries in /user/123