Date: 09/25/98
- Next message: Bug Database: "[PHP-DEV] Bug #549 Updated: gcc compiler error?"
- Previous message: Bug Database: "[PHP-DEV] Bug #784 Updated: stat() bug introduced in 3.0.4?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] Bug #549 Updated: gcc compiler error?"
- Previous message: Bug Database: "[PHP-DEV] Bug #784 Updated: stat() bug introduced in 3.0.4?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

