summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/dftables.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/dftables.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/dftables.c')
-rw-r--r--ext/pcre/pcrelib/dftables.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/dftables.c b/ext/pcre/pcrelib/dftables.c
index 1fdc8e0f23..4ec32883cf 100644
--- a/ext/pcre/pcrelib/dftables.c
+++ b/ext/pcre/pcrelib/dftables.c
@@ -43,9 +43,7 @@ character tables for PCRE. The tables are built according to the current
locale. Now that pcre_maketables is a function visible to the outside world, we
make use of its code from here in order to be consistent. */
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <ctype.h>
#include <stdio.h>