Stdlib: PHP 8.5 max_memory_limit INI ceiling (#23232)#23238
Merged
Conversation
5 tasks
Register INI_SYSTEM max_memory_limit under PROFILE=8.5 (default -1), reject runtime ini_set, and clamp memory_limit overshoots like php-src main/main.c. Co-authored-by: Cursor <cursoragent@cursor.com>
PurHur
force-pushed
the
agent/issue-23232-max-memory-limit
branch
from
July 26, 2026 00:30
c94bf98 to
67ab00f
Compare
5 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
max_memory_limitunderPHP_COMPILER_PROFILE=8.5(default"-1",INI_SYSTEM)ini_set('max_memory_limit')rejected;-d/--INI--startup applies ZendOnChangeMaxMemoryLimit(sets both ceiling andmemory_limit)ini_set('memory_limit', …)above a finite ceiling warns and clamps; unlimited (-1) clamps silently — php-srcmain/main.cini_get/get_cfg_varfalse)PHP-in-PHP:
ext/standard/VmIni.php+IniJitHelper.php; gateCompilerVersion::supportsMaxMemoryLimit().Test plan
vendor/bin/phpunit --exclude-group llvm --filter max_memory_limit→ OK (6 tests)php script/bootstrap-inventory.php --check→ OK 6561/6561Pre-claim gates: bootstrap-selfhost-link OK; inventory OK; release-readiness
user_release_ready: yes; helloworld OK.Made with Cursor