diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2010-12-24 15:03:29 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2010-12-24 15:03:29 +0000 |
commit | 34c6447e9e8bc32462cd42d5aa6b0c99bff5052e (patch) | |
tree | 1baba7850d869cf79918437a6029d2e7bf007279 /ext/pcre/pcrelib/pcreposix.c | |
parent | cd34d68cddda0ab3e5d8b6ca3a641545dcff6bc6 (diff) | |
download | php-git-34c6447e9e8bc32462cd42d5aa6b0c99bff5052e.tar.gz |
Upgraded\ bundled\ PCRE\ to\ version\ 8.11.
Diffstat (limited to 'ext/pcre/pcrelib/pcreposix.c')
-rw-r--r-- | ext/pcre/pcrelib/pcreposix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/pcreposix.c b/ext/pcre/pcrelib/pcreposix.c index 29d8446829..ec2517c87a 100644 --- a/ext/pcre/pcrelib/pcreposix.c +++ b/ext/pcre/pcrelib/pcreposix.c @@ -149,6 +149,7 @@ static const int eint[] = { REG_BADPAT, /* different names for subpatterns of the same number are not allowed */ REG_BADPAT, /* (*MARK) must have an argument */ REG_INVARG, /* this version of PCRE is not compiled with PCRE_UCP support */ + REG_BADPAT, /* \c must be followed by an ASCII character */ }; /* Table of texts corresponding to POSIX error codes */ |