Re: [PHP] Re: how to load extensions outside the extension_dir

2004-09-14 Thread Jasper Howard
when I did this in a shared hosting environment, I looked at phpinfo() running on the server in question, then changed all values in my new php.ini to be the same as the one on the server. You get most of what you need changed by doing that. Plus its almost always a standard install with shared hos

Re: [PHP] Re: how to load extensions outside the extension_dir

2004-09-12 Thread Marten Lehmann
Hello, You can't, It's a security thing. this doesn't make sense. When PHP is running as CGI, everyone can put it's own php.ini in the same directory as the PHP-script. This will overwrite all settings of the main php.ini. This works as described, but I don't want to put my own php.ini for that,