|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-10-03 15:33 UTC] wez@php.net
[2003-10-03 15:50 UTC] linjiang dot ma at myrealbox dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Mar 06 03:00:02 2026 UTC |
Description: ------------ Hi, I have an server running Apache 1.3.28, mod_perl, mod_ssl, mod_php4 (4.3.3) with mysql. It looks to me that for this 4.3.3 installation. many PHP predefined variables are not defined. the only defined PHP variables I can see are _REQUEST and _COOKIE. The testing page is at https://www.myplutus.com/test.php. TIA, -martin Reproduce code: --------------- https://www.myplutus.com/test.php Expected result: ---------------- under PHP Variable sections, you should see _SERVER _SESSION _ENV PHP variables. Actual result: -------------- only _REQUEST and _COOKIE are shown.