Skip to content

Commit dd601e6

Browse files
committed
Remove these CFLAGS for ereg in opcache, we don't use them anymore (as opcache uses PCRE) together with ereg being gone
1 parent d9d74d3 commit dd601e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/opcache/config.w32

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ if (PHP_OPCACHE != "no") {
2121

2222
ADD_FLAG('CFLAGS_OPCACHE', "/I " + configure_module_dirname);
2323

24-
ADD_FLAG('CFLAGS_OPCACHE', "/Dregexec=php_regexec /Dregerror=php_regerror /Dregfree=php_regfree /Dregcomp=php_regcomp /Iext/ereg/regex");
25-
2624
}
25+

0 commit comments

Comments
 (0)