diff options
author | Anatol Belski <ab@php.net> | 2016-07-31 14:55:17 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-07-31 14:55:17 +0200 |
commit | 5f9df47ea8e591f6a0a63ca2edd29a9613250a2b (patch) | |
tree | 1633fa1ae8a4c825826a6bc6cc72aa698b2c8089 /ext/pcre/pcrelib/pcre_tables.c | |
parent | c4d35c321414c66027318de130290e1fa613eb6b (diff) | |
download | php-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_tables.c')
-rw-r--r-- | ext/pcre/pcrelib/pcre_tables.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/pcre_tables.c b/ext/pcre/pcrelib/pcre_tables.c index 4960af57c4..93ea6ad160 100644 --- a/ext/pcre/pcrelib/pcre_tables.c +++ b/ext/pcre/pcrelib/pcre_tables.c @@ -45,9 +45,7 @@ uses macros to change their names from _pcre_xxx to xxxx, thereby avoiding name clashes with the library. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include "pcre_internal.h" |