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
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