diff options
author | Anatol Belski <ab@php.net> | 2019-05-25 11:33:39 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2019-05-25 11:37:30 +0200 |
commit | aa9433e9286801a6af6d4cee73d9a165a61e0e3b (patch) | |
tree | 37146b86fc993ed202e033bc3b8e6bb72ca0177e /ext/pcre/pcre2lib/pcre2_ucp.h | |
parent | ef34e00df34f88c852baac84ad1428d4360c6d06 (diff) | |
download | php-git-aa9433e9286801a6af6d4cee73d9a165a61e0e3b.tar.gz |
Upgrade bundled PCRE2 to 10.33
Diffstat (limited to 'ext/pcre/pcre2lib/pcre2_ucp.h')
-rw-r--r-- | ext/pcre/pcre2lib/pcre2_ucp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/pcre2lib/pcre2_ucp.h b/ext/pcre/pcre2lib/pcre2_ucp.h index 0c330edcb2..483abd18fc 100644 --- a/ext/pcre/pcre2lib/pcre2_ucp.h +++ b/ext/pcre/pcre2lib/pcre2_ucp.h @@ -124,6 +124,7 @@ enum { /* These are the script identifications. */ enum { + ucp_Unknown, ucp_Arabic, ucp_Armenian, ucp_Bengali, |