Skip to content

Commit 3ee8c8d

Browse files
committed
fix build
1 parent 63161cf commit 3ee8c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcre/php_pcre.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, bo
581581
#else
582582
uint32_t coptions = 0;
583583
#endif
584-
uint32_t eoptions = PHP_PCRE_DEFAULT_EXTRA_COPTIONS;
584+
uint32_t eoptions = 0;
585585
PCRE2_UCHAR error[128];
586586
PCRE2_SIZE erroffset;
587587
int errnumber;

0 commit comments

Comments
 (0)