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

Yeah, stick to RELEASES and not to stuff that is under
heavy development. This is not a bug, see php.ini-dist
for "register_long_arrays".



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

[2003-03-07 21:32:45] jonathan at rietta dot com

variable_order is is set to EGPCS

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

[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