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
commit15b7a4476a93fa01dd3802ec913e75e92c6b43df (patch)
treeaab9d22e2ab91fcc19b1fb0b942c9b0e74198c19 /ext/pcre/pcrelib/pcreposix.c
parente540cb0c453555c95f049811210df474013c99d6 (diff)
downloadphp-git-15b7a4476a93fa01dd3802ec913e75e92c6b43df.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 */