Hello,

I would like to have a local configuration in PHP when it is in CGI
mode.

When in apache module, it's not difficult, we just have to php_value for
example. See here :
http://www.php.net/manual/en/configuration.php

But, in CGI mode, I can't find the way to do it.
I try with Setenv, to set an environment variable with php
configuration, but without success :(

The only method I find, but it's very ugly, is to change php
configuration file name in the executable with hexedit, so I have
another configuration file with local configuration I want...

Does some have a better idea ?

Thanks in advance.

-------------
Fabien SALVI      Centre de Ressources Informatiques
                  Archamps, France -- http://www.cri74.org
                  PingOO GNU/linux distribution : http://www.pingoo.org

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to