[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

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

2007-05-06 Thread Muzak
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

[PHP-INSTALL] Re:1 Error in my_thread_global_end(): 3 threads didn't exit

2007-05-06 Thread Chetan Graham
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