ID:               22600
 User updated by:  jonathan at rietta dot com
 Reported By:      jonathan at rietta dot com
 Status:           Open
 Bug Type:         *Configuration Issues
 Operating System: RedHat Linux 8
 PHP Version:      5CVS-2003-03-07 (dev)
 New Comment:

variable_order is is set to EGPCS


Previous Comments:
------------------------------------------------------------------------

[2003-03-07 20:49:49] jonathan at rietta dot com

Whenattempting to use the latest version of phpMyAdmin and a PHP
snapshot from this morning, I get the following error multiple times:

Notice: Undefined variable: HTTP_SERVER_VARS in
/home/blah/public_html/phpMyAdmin/libraries/common.lib.php on line 524

register_globals is on. However, no trace exists of any of the
HTTP_*_VARS after writing a test script to verify that.

The following 3-line script, named test.php produces no output when
requested by Apache:

<?php
print $HTTP_SERVER_VARS["PHP_SELF"];
?>

I never had this problem in PHP 4.3.0. Any ideas?

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22600&edit=1

Reply via email to