You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TEST 8/203 [tests/bug69357.phpt]
========DIFF========
Test
002- string(15) "HTTP/1.1 200 OK"
003- array(4) {
004- ["Accept-Ranges"]=>
005- string(5) "bytes"
006- ["Etag"]=>
007- string(10) ""%x""
008- ["X-Original-Transfer-Encoding"]=>
009- string(7) "chunked"
010- ["Content-Length"]=>
011- int(%d)
012- }
013- ===DONE===
002+
003+ Notice: http\Client::enqueue(): Could not set option interface (A libcurl function was given a bad argument) in /usr/src/ext-http/tests/bug69357.php on line 12
004+
005+ Fatal error: Uncaught Error: Call to a member function send() on null in /usr/src/ext-http/tests/bug69357.php:12
006+ Stack trace:
007+ #0 /usr/src/ext-http/tests/helper/server.inc(192): {closure}('40778', Resource id #7, Resource id #8, Resource id #9)
008+ #1 /usr/src/ext-http/tests/helper/server.inc(140): proc('/usr/bin/php8.3', Array, Object(Closure))
009+ #2 /usr/src/ext-http/tests/bug69357.php(6): server('upload.inc', Object(Closure))
010+ #3 {main}
011+ thrown in /usr/src/ext-http/tests/bug69357.php on line 12
========DONE========
FAIL Bug #69357 (HTTP/1.1 100 Continue overriding subsequent 200 response code with PUT request) [tests/bug69357.phpt]
When running the same test against libcurl 8.8.0, I get this:
It seems that combining this extension with
libcurl
8.9.0+ breaks some functionality.On top of a pristine Ubuntu Docker container started as
docker run -it --rm ubuntu
I used the following steps of reproduction:Eventually, the test summary is as follows:
With many failures sharing this common theme:
When running the same test against
libcurl
8.8.0, I get this:The text was updated successfully, but these errors were encountered: