]> granicus.if.org Git - php/commit
Fixed bug #24883 (variables created through register_globals, ignore
authorIlia Alshanetsky <iliaa@php.net>
Thu, 31 Jul 2003 22:29:32 +0000 (22:29 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 31 Jul 2003 22:29:32 +0000 (22:29 +0000)
commit0eb76eb2ec0496d320680df84aa3d72a60bba778
tree89dd030c07f81d749cafdce4f76b5fc1d5b12564
parentecbcd7f59f166ee54ed1357b19501cf2e616a723
Fixed bug #24883 (variables created through register_globals, ignore
gpc_order and variables_order).
Prevent multiple registration of ENV & SERVER variables when more then one
is specified.
Prevent multiple addition of GET/POST/COOKIE variables when building
_REQUEST.
main/php_variables.c