Remi Collet in php.internals (Wed, 24 Jul 2019 08:15:36 +0200):
>Le 23/07/2019 à 19:13, Jan Ehrhardt a écrit :
>> Derick Rethans in php.internals (Tue, 23 Jul 2019 10:00:12 +0100 (BST)):
>>> DOs:
>>> - Test test test test
>> 
>> There are 2 more extensions broken in beta1 that were OK in alpha3:
>> sqlsrv and pdo_sqlsrv. See
>> https://github.com/microsoft/msphpsql/issues/999#issuecomment-514298284
>
>All extensions implementing streams are affected by the recent changes
>in stream wrapper
>
>  y. The read and write operations of php_stream_ops now return ssize_t,
>     with negative values indicating an error.
>
>Sadly this only raise a build warning, but the prototype need top be
>fixed, and sometime the error handling logic review
>(swoole, brotli, sqlsrv, zstd, ...)

In the case of sqlsrv and pdo_sqlsrv on Windows it generated a fatal
error. See the github link above.
-- 
Jan

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

Reply via email to