Re: [PHP-DEV] BC break in headers_list

2015-02-06 Thread Anatol Belski
Hi Stas, On Thu, February 5, 2015 21:41, Stanislav Malyshev wrote: > Hi Anatol! > > > Your recent fixes to headers_list() - > 55cefb2814bde5815a92e8820fff45e037fa8d4f and > b5d3c5ca8dee6303498849448e3574cc3642eeea - broke head.phpt test and also > are BC-breaking since previously headers_list() al

[PHP-DEV] BC break in headers_list

2015-02-05 Thread Stanislav Malyshev
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