[pull] master from php:master#431
Merged
pull[bot] merged 24 commits intoturkdevops:masterfrom Oct 7, 2025
Merged
Conversation
* PHP-8.4: PHP-8.4 is now for PHP 8.4.15-dev
* PHP-8.5: PHP-8.4 is now for PHP 8.4.15-dev
This hunk was missed in the 8.1 cherry-pick because curl_xferinfo() didn't exist yet.
* PHP-8.2: Backport more curl 8.16 fixes
* PHP-8.3: Backport more curl 8.16 fixes
* PHP-8.4: Backport more curl 8.16 fixes
* PHP-8.5: Backport more curl 8.16 fixes
In CGI, php_auto_globals_create_server() (i.e. auto_global_callback() here) initializes $_ENV to reuse for $_SERVER. However, because $_SERVER is constructed first, we have not yet initialized auto_global->armed of the $_ENV global. Split the loop into initialization and constructor phases. Fixes GH-19934 Closes GH-19870
* PHP-8.3: ensure test passes with prod config Fix CGI with auto_globals_jit=0
* PHP-8.4: ensure test passes with prod config Fix CGI with auto_globals_jit=0
* PHP-8.5: ensure test passes with prod config Fix CGI with auto_globals_jit=0
Every time...
* PHP-8.3: [skip ci] Fix news entry
* PHP-8.4: [skip ci] Fix news entry
* PHP-8.5: [skip ci] Fix news entry
* PHP-8.3: Fix GH-20073: Assertion failure in WeakMap offset operations on reference
* PHP-8.4: Fix GH-20073: Assertion failure in WeakMap offset operations on reference
* PHP-8.5: Fix GH-20073: Assertion failure in WeakMap offset operations on reference
* tree-wide: Replace `zval_is_true()` by `zend_is_true()` The former is a direct alias of the latter which is much more often used. * zend_operators: Remove `zval_is_true()`
…20096) While I consider it fine to hardcode offsets for parent-less classes, doing it on inherited classes prohibits adding additional properties via extensions. In this specific case, an added property to Exception will cause "new ErrorException" to crash. Signed-off-by: Bob Weinand <bobwei9@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 : )