On 6 Oct 2003, Robert Cummings wrote:
>
> Strings in PHP are binary safe and thus do not rely on null temrination.

You are, of course, right (just a brainfart on my part ...).

There are a number of functions that depend on null termination of 
strings; handing a string with embedded nulls in it to those functions may 
result in "interesting" things happening ....

Mark C.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to