]> granicus.if.org Git - php/commitdiff
Remove these CFLAGS for ereg in opcache, we don't use them anymore (as opcache uses...
authorKalle Sommer Nielsen <kalle@php.net>
Fri, 27 Mar 2015 14:01:31 +0000 (15:01 +0100)
committerKalle Sommer Nielsen <kalle@php.net>
Fri, 27 Mar 2015 14:01:31 +0000 (15:01 +0100)
ext/opcache/config.w32

index 921f0ed9b48e8516e9068da2b2da2709f092d259..edcbc320c6cd149ee5745fd4276839fccec0a08a 100644 (file)
@@ -21,6 +21,5 @@ if (PHP_OPCACHE != "no") {
   
        ADD_FLAG('CFLAGS_OPCACHE', "/I " + configure_module_dirname);
 
-       ADD_FLAG('CFLAGS_OPCACHE', "/Dregexec=php_regexec /Dregerror=php_regerror /Dregfree=php_regfree /Dregcomp=php_regcomp /Iext/ereg/regex");
-
 }
+       
\ No newline at end of file