Skip to content

PHP: remove reference to POSIX regex functions#153

Merged
dingo-d merged 1 commit intomasterfrom
feature/remove-ref-to-posix-regex
Sep 17, 2025
Merged

PHP: remove reference to POSIX regex functions#153
dingo-d merged 1 commit intomasterfrom
feature/remove-ref-to-posix-regex

Conversation

@jrfnl
Copy link
Copy Markdown
Member

@jrfnl jrfnl commented Sep 16, 2025

These were removed from PHP in PHP 7.0 and WP nowadays has a PHP 7.2 minimum, which means these function cannot be used anyhow, so this is no longer relevant.

Related to WordPress/WordPress-Coding-Standards#2612

These were removed from PHP in PHP 7.0 and WP nowadays has a PHP 7.2 minimum, which means these function cannot be used anyhow, so this is no longer relevant.
@dingo-d dingo-d merged commit 7dba59c into master Sep 17, 2025
2 checks passed
@dingo-d dingo-d deleted the feature/remove-ref-to-posix-regex branch September 17, 2025 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment