Re: [PHP] php.ini Path at Runtime

2004-10-30 Thread Chris
Err, I'm not sure how useful this info would be, you may know this already, but that wasn't evident in your post. The Apache 2 php module has a PHPIniDir directive. If you're using 1.3 it may be possible to compile that feature into it with a minimum of fuss, though I wouldn't even have a clue

Re: [PHP] php.ini Path at Runtime

2004-10-30 Thread Jonel Rienton
There was a very recent discussion about this, look up the archive from the past week or 2. regards, Jonel > Does anyone know whether there is a way to specify the path of php.ini > within httpd.conf or something similar? There is an environment > variabled named PHPRC that is almost useful enoug

[PHP] php.ini Path at Runtime

2004-10-30 Thread Chris Shiflett
Does anyone know whether there is a way to specify the path of php.ini within httpd.conf or something similar? There is an environment variabled named PHPRC that is almost useful enough, but it must exist within the environment used to start Apache (e.g., using SetEnv in httpd.conf won't work - the