mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00

- Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully now everything behaves just like Perl..
4 lines
100 B
Text
4 lines
100 B
Text
/* define if you want to use the PCRE extension */
|
|
#define HAVE_PCRE 0
|
|
|
|
#define HAVE_BUNDLED_PCRE 0
|