mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove HAVE_PCRE/HAVE_BUNDLED_PCRE checks
PCRE is always available.
This commit is contained in:
parent
5456a6ea92
commit
e7e2056d1a
7 changed files with 2 additions and 40 deletions
|
@ -27,9 +27,7 @@
|
|||
#include "php_ini.h"
|
||||
#include "ext/standard/php_string.h"
|
||||
#include "ext/standard/pageinfo.h"
|
||||
#if (HAVE_PCRE || HAVE_BUNDLED_PCRE) && !defined(COMPILE_DL_PCRE)
|
||||
#include "ext/pcre/php_pcre.h"
|
||||
#endif
|
||||
#ifdef ZTS
|
||||
#include "TSRM.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue