From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.2.2
PHP Bug Type: *URL Functions
Bug description: URL variable without = affects other URL variable
?a&b&c=3&d=4&e=5
This results in HTTP_GET_VARS:
a=
b=
c=3
The variables d and e are missing. For each variab
ID: 20989
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: *URL Functions
Operating System: Linux
PHP Version: 4.2.2
New Comment:
The bug has already been fixed, I checked 4.4.0-dev
(php4-200212191830).