-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #45980 [Finder] Add support of no-capture regex modifier in Multi…
…plePcreFilterIterator (available from PHP 8.2) (alexandre-daubois) This PR was merged into the 4.4 branch. Discussion ---------- [Finder] Add support of no-capture regex modifier in MultiplePcreFilterIterator (available from PHP 8.2) | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes (new language feature) | New feature? | no | Deprecations? | no | Tickets | _NA_ | License | MIT | Doc PR | _NA_ The no-capture regex modifier has been implemented in PHP 8.2. `MultiplePcreFilterIterator` should support it, if available. - PHP Core PR: php/php-src@e089a50 - Human Readable article about it: https://php.watch/versions/8.2/preg-n-no-capture-modifier Commits ------- 4ca973f462 [Finder] Add support of no-capture regex modifier in MultiplePcreFilterIterator (available from PHP 8.2)
- Loading branch information
Showing
2 changed files
with
27 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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