Remove HAVE_PCRE/HAVE_BUNDLED_PCRE checks

PCRE is always available.
This commit is contained in:
Nikita Popov 2019-03-22 10:29:18 +01:00
parent 5456a6ea92
commit e7e2056d1a
7 changed files with 2 additions and 40 deletions

View file

@ -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