On 26.03.2008 03:55, Christian Schneider wrote:
> Playing around with PHP 6 I noticed that some functions start to 
> complain about conversion of null values to strings:
> 
> php -d error_reporting=65535 -r 'var_dump(urldecode(null));'
> 
> Warning: urldecode() expects parameter 1 to be strictly a binary string, 
> null given in Command line code on line 1

I applied slightly different patch, but it does exactly the same.
Thanks for the heads up.

-- 
Wbr, 
Antony Dovgal

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

Reply via email to