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
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 the php.ini fil
I looked again at the list of extensions within php.ini and saw one I
missed removing, the php_iisfunc.dll.
Did a save on php.ini and reran test.php and the error is gone.
However, the digit '1' remains at the bottom left of my phpinfo() output
page in the margins.
Sorry for the inconvience of my