diff options
author | Nuno Lopes <nlopess@php.net> | 2008-09-09 07:55:10 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2008-09-09 07:55:10 +0000 |
commit | c778b3eb19e6c79a20968808f13bce03c2dfdf23 (patch) | |
tree | 0357e922d288ee5d1afee302d62f0ade231f864d /ext/pcre/pcrelib/pcre.h | |
parent | 6a2729ed4d09ba4c387db2aa67733c8ea448e7e6 (diff) | |
download | php-git-c778b3eb19e6c79a20968808f13bce03c2dfdf23.tar.gz |
upgrade to PCRE 7.8. this includes a security improvement. I'll upgrade HEAD later (not urgent..)
Diffstat (limited to 'ext/pcre/pcrelib/pcre.h')
-rw-r--r-- | ext/pcre/pcrelib/pcre.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/pcre.h b/ext/pcre/pcrelib/pcre.h index 6f6a3328e5..29a7345103 100644 --- a/ext/pcre/pcrelib/pcre.h +++ b/ext/pcre/pcrelib/pcre.h @@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE. /* The current PCRE version information. */ #define PCRE_MAJOR 7 -#define PCRE_MINOR 7 +#define PCRE_MINOR 8 #define PCRE_PRERELEASE -#define PCRE_DATE 2008-05-07 +#define PCRE_DATE 2008-09-05 /* When an application links to a PCRE DLL in Windows, the symbols that are imported have to be identified as such. When building PCRE, the appropriate |