diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-08 16:14:19 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-08 16:14:19 +0200 |
commit | 571a3bfc6c155ad5c13ddbcc9c0518eea4928f35 (patch) | |
tree | e3d007cbd3968854ff347e9cbea7fdc76022fe09 /ext/pcre/php_pcre.h | |
parent | 31c3b0c7cc38453763e8f8d33baa214de906d60f (diff) | |
parent | 68b26ff8cf2390ba5b7565b6624485f2ee6afbf6 (diff) | |
download | php-git-571a3bfc6c155ad5c13ddbcc9c0518eea4928f35.tar.gz |
Merge branch 'PHP-7.4'
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index 576c7a2fa4..3c2fff4251 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -38,6 +38,7 @@ extern zend_module_entry pcre_module_entry; typedef struct _pcre_cache_entry pcre_cache_entry; PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex); +PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware); PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_value, zval *subpats, int global, int use_flags, zend_long flags, zend_off_t start_offset); |