mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00

-Updated preg_replace() code to handle stuff properly -Removed ability to specify external PCRE library source to link against (since our bundled version is patched now)
3 lines
72 B
Text
3 lines
72 B
Text
/* define if you want to use the PCRE extension */
|
|
#define HAVE_PCRE 0
|
|
|