diff options
| author | Wez Furlong <wez@php.net> | 2002-09-14 14:45:35 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2002-09-14 14:45:35 +0000 |
| commit | a2c6a6c186e75773eff4ad8f33e3d9c9c1089eaa (patch) | |
| tree | 61bcf9351d8ef1637d00c57f3df3e88b37b5252d /ext/pcre/pcrelib/pcreposix.c | |
| parent | 53b062387800dabf78bb06fd7b921b1325b3b846 (diff) | |
| download | php-git-a2c6a6c186e75773eff4ad8f33e3d9c9c1089eaa.tar.gz | |
Update bundled pcrelib to 3.9.
# Tested under Linux only
Diffstat (limited to 'ext/pcre/pcrelib/pcreposix.c')
| -rw-r--r-- | ext/pcre/pcrelib/pcreposix.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pcre/pcrelib/pcreposix.c b/ext/pcre/pcrelib/pcreposix.c index 6aeb88282d..ba48d55a00 100644 --- a/ext/pcre/pcrelib/pcreposix.c +++ b/ext/pcre/pcrelib/pcreposix.c @@ -12,7 +12,7 @@ functions. Written by: Philip Hazel <ph10@cam.ac.uk> - Copyright (c) 1997-2000 University of Cambridge + Copyright (c) 1997-2001 University of Cambridge ----------------------------------------------------------------------------- Permission is granted to anyone to use this software for any purpose on any @@ -62,13 +62,13 @@ static int eint[] = { REG_BADRPT, /* "operand of unlimited repeat could match the empty string" */ REG_ASSERT, /* "internal error: unexpected repeat" */ REG_BADPAT, /* "unrecognized character after (?" */ - REG_ESIZE, /* "too many capturing parenthesized sub-patterns" */ + REG_ASSERT, /* "unused error" */ REG_EPAREN, /* "missing )" */ REG_ESUBREG, /* "back reference to non-existent subpattern" */ REG_INVARG, /* "erroffset passed as NULL" */ REG_INVARG, /* "unknown option bit(s) set" */ REG_EPAREN, /* "missing ) after comment" */ - REG_ESIZE, /* "too many sets of parentheses" */ + REG_ESIZE, /* "parentheses nested too deeply" */ REG_ESIZE, /* "regular expression too large" */ REG_ESPACE, /* "failed to get memory" */ REG_EPAREN, /* "unmatched brackets" */ |
