Date: 09/25/98
- Next message: Bug Database: "[PHP-DEV] Bug #738 Updated: $GLOBALS dislike array element and class field"
- Previous message: Bug Database: "[PHP-DEV] Bug #774 Updated: ar requires -L"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] Bug #738 Updated: $GLOBALS dislike array element and class field"
- Previous message: Bug Database: "[PHP-DEV] Bug #774 Updated: ar requires -L"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

