[PHP-DEV] PHP 4.0 Bug #7987: POST/GET: string with NULL values not parsed correctly From: andbe611 <email protected>
Date: 11/27/00

From: andbe611 <email protected>
Operating system: Linux
PHP version: 4.0.3pl1
PHP Bug Type: HTTP related
Bug description: POST/GET: string with NULL values not parsed correctly

When posting a string like this:
var=hello%00world

The $HTTP_POST_VARS["var"] only contains "hello".

I use php.ini-dist
'--with-apxs=/usr/local/apache/bin/apxs' '--with-config-file-path=/usr/local/apache/conf' '--with-mysql' '--enable-track-vars' '--enable-ftp' '--enable-wddx'

-- 
Edit Bug report at: http://bugs.php.net/?id=7987&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>