summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcre_maketables.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-07-31 14:55:17 +0200
committerAnatol Belski <ab@php.net>2016-07-31 14:55:17 +0200
commit5f9df47ea8e591f6a0a63ca2edd29a9613250a2b (patch)
tree1633fa1ae8a4c825826a6bc6cc72aa698b2c8089 /ext/pcre/pcrelib/pcre_maketables.c
parentc4d35c321414c66027318de130290e1fa613eb6b (diff)
downloadphp-git-5f9df47ea8e591f6a0a63ca2edd29a9613250a2b.tar.gz
Revert "upgraded to PCRE 8.39"
This reverts commit 2fba6468374a15efc82aaac8cbfc600b29c5404f. PCRE-8.39 throws weird valgrind backtraces on some systems, see http://news.php.net/php.cvs/93494 . Those could be false positives due to some changes in JIT, still i couldn't 100% ensure this. Thus, better we continue to ship 8.38 bundled for now, and apply patches, if needed.
Diffstat (limited to 'ext/pcre/pcrelib/pcre_maketables.c')
-rw-r--r--ext/pcre/pcrelib/pcre_maketables.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/pcre_maketables.c b/ext/pcre/pcrelib/pcre_maketables.c
index a44a6eaa90..209cae9024 100644
--- a/ext/pcre/pcrelib/pcre_maketables.c
+++ b/ext/pcre/pcrelib/pcre_maketables.c
@@ -45,9 +45,7 @@ compilation of dftables.c, in which case the macro DFTABLES is defined. */
#ifndef DFTABLES
-# ifdef HAVE_CONFIG_H
# include "config.h"
-# endif
# include "pcre_internal.h"
#endif