[PHP-DEV] Bug #789: GET badly interpreted on Win95+Apache1.3.1 From: pg <email protected>
Date: 09/25/98

From: pg <email protected>
Operating system: Windows95
PHP version: 3.0.4
PHP Bug Type: Other
Bug description: GET badly interpreted on Win95+Apache1.3.1

index.php3?abc+def+a=b&c=d

<?
echo "1:".$argv[0]."<br>";
echo "2:".$argv[1]."<br>";
echo "3:".$a."<br>";
echo "4:".$c."<br>";
?>

--------
1:abc
2:def
3:
4:d

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>