From:             jonathan at rietta dot com
Operating system: RedHat Linux 8
PHP version:      5CVS-2003-03-07 (dev)
PHP Bug Type:     *Configuration Issues
Bug description:  No HTTP_*_VARS

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 bug report at http://bugs.php.net/?id=22600&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22600&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22600&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22600&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22600&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22600&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22600&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22600&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22600&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22600&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22600&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22600&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22600&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22600&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22600&r=gnused

Reply via email to