summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcreposix.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2010-12-24 15:03:29 +0000
committerIlia Alshanetsky <iliaa@php.net>2010-12-24 15:03:29 +0000
commit34c6447e9e8bc32462cd42d5aa6b0c99bff5052e (patch)
tree1baba7850d869cf79918437a6029d2e7bf007279 /ext/pcre/pcrelib/pcreposix.c
parentcd34d68cddda0ab3e5d8b6ca3a641545dcff6bc6 (diff)
downloadphp-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.c1
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 */