On Tue, 1 Nov 2005, Marco Bambini wrote:

> Thanks a lot Rasmus, I have just (wrongly) assumed that the convert_to_string
> function tries to search for the 0 termination character.

It doesn't - but, PHP strings always require \0 to be the last 
character so you always need to allocate one more byte and put the \0 in 
there - even for binary data.

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to