On Mon, Sep 22, 2014 at 8:48 PM, Bob Weinand wrote:
> https://bugs.php.net/bug.php?id=68057
>
> is a regression introduced in PHP 5.6.
> So code which still worked with PHP 5.5 breaks in 5.6.
>
> The big issue is here, that the fix for this bug requires ABI breakage.
> (changing an unsigned short
https://bugs.php.net/bug.php?id=68057
is a regression introduced in PHP 5.6.
So code which still worked with PHP 5.5 breaks in 5.6.
The big issue is here, that the fix for this bug requires ABI breakage.
(changing an unsigned short into a zend_uint)
I know that ABI compatibility is a pretty ser