You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #45980 [Finder] Add support of no-capture regex modifier in MultiplePcreFilterIterator (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
-------
4ca973f [Finder] Add support of no-capture regex modifier in MultiplePcreFilterIterator (available from PHP 8.2)
0 commit comments