Uh oh!
There was an error while loading. Please reload this page.
ext/pcre: document variable-length lookbehind and longer subpattern names (PHP 8.4) - #5739
Merged
Merged
Conversation
… names (PCRE2 10.44)
lacatoireforce-pushed
the
pcre-8.4-lib-update-changes
branch
from
August 4, 2026 11:48
eba3d4f to
646ba2cComparejordikroon
requested changes
Aug 13, 2026
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jordi Kroon <jordi@jordikroon.nl>
Document variable-length lookbehind as the current behaviour and move the fixed-length restriction below, as historical information for versions prior to PHP 8.4.0.
lacatoireforce-pushed
the
pcre-8.4-lib-update-changes
branch
from
August 16, 2026 16:19
2450c3c to
eca6347Comparejordikroon
approved these changes
Aug 17, 2026
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Resolves the following issues:
PHP 8.4 Documentation Tracker (view)
PHP 8.4 Documentation Tracker (view)
Sources
ext/pcre: update to PCRE2 v10.44, ext/pcre: update to PCRE2 v10.44 php-src#14498)Checked on
php:8.3-cli(PCRE 10.42) andphp:8.4-cli(PCRE 10.44):(?<!dogs?|cats?)barand(?<=ab(c|de))xfail to compile on 8.3 and compile and match on 8.4