PHP :: Bug #25724 :: register_long_arrays breaks superglobals
| Bug #25724 | register_long_arrays breaks superglobals | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2003-10-02 04:55 UTC | Modified: | 2004-03-18 09:00 UTC |
|
||||||||||
| From: | kauer at face-online dot de | Assigned: | ||||||||||||
| Status: | Closed | Package: | Scripting Engine problem | |||||||||||
| PHP Version: | 5CVS-2004-03-15 | OS: | * | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2003-10-02 04:55 UTC] kauer at face-online dot de
Description: ------------ Using the binary from snaps.php.net, turning register_long_arrays off in .htaccess will make $_SERVER unavailable. Reproduce code: --------------- File: .htaccess php_flag register_long_arrays off PHP: var_dump($_SERVER); Expected result: ---------------- I expect to see a variable dump of $_SERVER. Actual result: -------------- var_dump outputs NULL
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2003-11-28 21:20 UTC] sniper@php.net
[2004-01-21 02:03 UTC] sniper@php.net
[2004-01-21 02:05 UTC] sniper@php.net
[2004-03-18 09:00 UTC] zeev@php.net