[PHP-INSTALL] Issue running PHP 4.4.7 as an Apache module on Windows XP

2007-05-03 Thread Brian Beloian
When trying to upgrade PHP to version 4.4.7, attempting to start Apache gives me the following error: "The requested operation has failed!" The Apache configuration is the same, and as far as I can tell, all the files are in the right places, and linked properly (php4apache2.dll and php.ini in

[PHP-INSTALL] Re: php on tomcat missing $_SERVER vars

2007-05-06 Thread Brian Beloian
Muzak wrote: Installed php 5.2.1 on tomcat 6.0.10 (on Win XP sp2) The installation itself works fine and phpinfo() shows the config in the browser. However all $_SERVER variables seem to be missing. When executing print_r($_SERVER); all I get is: Array ( [REQUEST_TIME] => 1178493222 ) In