diff options
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index c365c9f475..7555428f42 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -534,7 +534,7 @@ PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) pcre2_code *re = NULL; uint32_t coptions = 0; uint32_t extra_coptions = PHP_PCRE_DEFAULT_EXTRA_COPTIONS; - PCRE2_UCHAR error[256]; + PCRE2_UCHAR error[128]; PCRE2_SIZE erroffset; int errnumber; char delimiter; |