[PHP-DEV] PHP 4.0 Bug #9462 Updated: NULL bute eats rest of string From: bbonev <email protected>
Date: 02/28/01

ID: 9462
Updated by: bbonev
Reported By: tharbad <email protected>
Status: Open
Bug Type: Filesystem function related
Assigned To:
Comments:

just error reporting functions are not binary safe. although i do not see a reason to open a file containing a null char in the name - most OSes will get the part before the first null char. lets call it bug because current behav doesn't help enough to track the problem

Previous Comments:
---------------------------------------------------------------------------

[2001-02-26 09:17:33] tharbad <email protected>
I'm not sure if this is a bug or feature, comments are apreciated.

http://bugs.horde.org/show_bug.cgi?id=621

Example:
<quote>
include($string . ".php");
</quote>
with "magic_quotes_gpc = On" (php.ini) calling test.php?string=test%00
result: Warning: Failed opening 'test

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