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:
@@ -393,8 +393,4 @@
|
||||
#define XML_NS 1
|
||||
#endif
|
||||
|
||||
#ifdef PHP_EXPORTS
|
||||
#define PCRE_STATIC
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user