m6w6 / ext-http

Extended HTTP Support
BSD 2-Clause "Simplified" License
79 stars 22 forks source link

PHP 7.4.0beta1: failed tests #91

Closed remicollet closed 5 years ago

remicollet commented 5 years ago

client cookies [tests/client021.phpt] message body append error [tests/messagebody003.phpt]

client021 fixed by 531e6007bd10cbda6e1e96a9c27228086d85c5a9

TEST 149/202 [tests/messagebody003.phpt]
========DIFF========
002+ http\Exception\RuntimeException: http\Message\Body::append(): Failed to append 4 bytes to body; wrote 18446744073709551615 in /builddir/build/BUILD/php74-php-pecl-http-3.2.1/NTS/tests/messagebody003.php:6
002- http\Exception\RuntimeException: http\Message\Body::append(): Failed to append 4 bytes to body; wrote 0 in %s:%d
========DONE========
FAIL message body append error [tests/messagebody003.phpt] 

Related to recent change in stream wrapper (<0 allowed for error) Will try to dig later