Skip to content

[pull] master from php:master - #1040

Merged
pull[bot] merged 3 commits into
dolfly:masterfrom
php:master
Aug 25, 2026
Merged

[pull] master from php:master#1040
pull[bot] merged 3 commits into
dolfly:masterfrom
php:master

Conversation

@pull

@pull pull Bot commented Aug 25, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

LamentXU123 and others added 3 commits August 26, 2026 01:13
I read through this file and found and fixed some
typos and grammar issues in this commit.
When posting large payloads, curl checks whether the server is ready for
the body. It sends an `Expect: 100-continue` header and expects
`HTTP/1.1 100 Continue` as the response before sending the body. The PHP
development server did not support this, causing a timeout in curl. This
made such requests take one second longer.

HTTP/1.0 does not support this, so the response is only sent when the
request is HTTP/1.1.

- https://everything.curl.dev/http/post/expect100.html
- #23242

Fix GH-23242
Close GH-23245
#23451)

The shared function is effectively ignored for mysqli_fetch_object() so just move the relevant behaviour and simplify the common implementation
@pull pull Bot locked and limited conversation to collaborators Aug 25, 2026
@pull pull Bot added the ⤵️ pull label Aug 25, 2026
@pull
pull Bot merged commit 045d005 into dolfly:master Aug 25, 2026
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants