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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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