Hey all,

I'm running an Ubuntu dev box and I have a side-by-side install of php4 and php5 both compiled as cgi-only with fastcgi. While I used virtually the same exact flags for each compile, my php.ini file is being loaded by php4 but not 5.0.4. phpinfo() says it's in /usr/local/php5-fastcgi/lib but is not loading any of the directives in the php.ini file in that path. When I used the --with-config-file path to make the phpinfo() output from 5.0.4 more like that from 4.3.11 (/usr/local/php5-fastcgi/lib/php.ini) I still had no luck.

Things are a little funky with my setup because I'm using cgi and not sapi with apache2, but everything seems to be running well except for this issue. Does anyone have an idea what could be going on?

Also, though I compiled php5 with the "--enable-fastcgi" flag, the Server Interface in phpinfo() is still just CGI, while the Server Interface in php4's phpinfo() is FastCGI. Is this just a fluke, or is 5 not using FastCGI?

Thanks.

Ethan

Reply via email to