summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcreposix.c
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-02-20 22:00:33 +0000
committerAndrei Zmievski <andrei@php.net>2001-02-20 22:00:33 +0000
commit6542e704738cc8ef659818a2ff9c25864e225022 (patch)
treec0ffbc29ef4fc4ebec74d0cff7fc222562275062 /ext/pcre/pcrelib/pcreposix.c
parent714e340a3b007005d1fca8879e2884f43a15d80f (diff)
downloadphp-git-6542e704738cc8ef659818a2ff9c25864e225022.tar.gz
Upgrade PCRE to version 3.4.
Diffstat (limited to 'ext/pcre/pcrelib/pcreposix.c')
-rw-r--r--ext/pcre/pcrelib/pcreposix.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcreposix.c b/ext/pcre/pcrelib/pcreposix.c
index 7c66ccec89..6aeb88282d 100644
--- a/ext/pcre/pcrelib/pcreposix.c
+++ b/ext/pcre/pcrelib/pcreposix.c
@@ -80,7 +80,11 @@ static int eint[] = {
REG_BADPAT, /* "assertion expected after (?(" */
REG_BADPAT, /* "(?p must be followed by )" */
REG_ECTYPE, /* "unknown POSIX class name" */
- REG_BADPAT /* "POSIX collating elements are not supported" */
+ REG_BADPAT, /* "POSIX collating elements are not supported" */
+ REG_INVARG, /* "this version of PCRE is not compiled with PCRE_UTF8 support" */
+ REG_BADPAT, /* "characters with values > 255 are not yet supported in classes" */
+ REG_BADPAT, /* "character value in \x{...} sequence is too large" */
+ REG_BADPAT /* "invalid condition (?(0)" */
};
/* Table of texts corresponding to POSIX error codes */