diff options
author | Stanislav Malyshev <stas@php.net> | 2015-04-27 23:15:27 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-04-27 23:16:54 -0700 |
commit | 23917b451bf4029e78082b4e0a56bc4c6f117990 (patch) | |
tree | 8f5f061cc3073e0428d0c92b49780fab4c4d69eb /ext/pcre/pcrelib/pcre_chartables.c | |
parent | 983f155e1ca47ac6eedd68922b86248b03b45096 (diff) | |
download | php-git-23917b451bf4029e78082b4e0a56bc4c6f117990.tar.gz |
Upgrade PCRE to 8.36, it fixes some crashes
We probably will need to go to 8.37 once it is released.
Diffstat (limited to 'ext/pcre/pcrelib/pcre_chartables.c')
-rw-r--r-- | ext/pcre/pcrelib/pcre_chartables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcre_chartables.c b/ext/pcre/pcrelib/pcre_chartables.c index 2a39e9ff33..1e20ec29d0 100644 --- a/ext/pcre/pcrelib/pcre_chartables.c +++ b/ext/pcre/pcrelib/pcre_chartables.c @@ -163,7 +163,7 @@ graph, print, punct, and cntrl. Other classes are built from combinations. */ */ 0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 0- 7 */ - 0x00,0x01,0x01,0x00,0x01,0x01,0x00,0x00, /* 8- 15 */ + 0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00, /* 8- 15 */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 16- 23 */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 24- 31 */ 0x01,0x00,0x00,0x00,0x80,0x00,0x00,0x00, /* - ' */ |