mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
parent
93e3aca5fa
commit
db157e3168
1 changed files with 0 additions and 4 deletions
|
@ -393,8 +393,4 @@
|
|||
#define XML_NS 1
|
||||
#endif
|
||||
|
||||
#ifdef PHP_EXPORTS
|
||||
#define PCRE_STATIC
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue