1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove redundant PCRE_STATIC definition (#18952)

Current minimum PCRE2 library in PHP is 10.30 (with bundled 10.45) and
none of these versions use PCRE_STATIC macro anymore in favor of
PCRE2_STATIC, which is defined in the generated config.w32.h on Windows.
This commit is contained in:
Peter Kokot
2025-06-29 20:56:07 +02:00
committed by GitHub
parent 93e3aca5fa
commit db157e3168

View File

@@ -393,8 +393,4 @@
#define XML_NS 1
#endif
#ifdef PHP_EXPORTS
#define PCRE_STATIC
#endif
#endif