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

ID: 789
User Update by: pg <email protected>
Status: Open
Bug Type: Other
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

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

Full Bug description available at: http://ca.php.net/bugs.php3?id=789

--
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>