Hi Anatol!

Your recent fixes to headers_list() -
55cefb2814bde5815a92e8820fff45e037fa8d4f and
b5d3c5ca8dee6303498849448e3574cc3642eeea - broke head.phpt test and also
are BC-breaking since previously headers_list() always returned an array
(empty one if there are no headers), now it returns false when there's
no headers. As the manual also says it returns array, I would rather
delete the RETURN_FALSE altogether. But if there's a good reason to
return false, the tests should be fixed and the notes in the UPGRADING
and the manual should be added.
I think just reverting to the previous behavior is better.
-- 
Stas Malyshev
smalys...@gmail.com

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

Reply via email to