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_maketables.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_maketables.c')
| -rw-r--r-- | ext/pcre/pcrelib/pcre_maketables.c | 2 |
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 |
