]> granicus.if.org Git - php/commitdiff
Enable PGO for Opcache
authorAnatol Belski <ab@php.net>
Thu, 24 Aug 2017 21:36:21 +0000 (23:36 +0200)
committerAnatol Belski <ab@php.net>
Thu, 24 Aug 2017 21:36:21 +0000 (23:36 +0200)
ext/opcache/config.w32

index c2b757dd06384151d391f0b7c8da94bda051ac57..f32834e878a1a587e4dc09ce8fc6d0b334ef59c4 100644 (file)
@@ -2,7 +2,7 @@ ARG_ENABLE("opcache", "whether to enable Zend OPcache support", "yes");
 
 ARG_ENABLE("opcache-file", "whether to enable file based caching", "yes");
 
-var PHP_OPCACHE_PGO = false;
+/* var PHP_OPCACHE_PGO = false; */
 
 if (PHP_OPCACHE != "no") {
 
@@ -29,4 +29,4 @@ if (PHP_OPCACHE != "no") {
        ADD_FLAG('CFLAGS_OPCACHE', "/I " + configure_module_dirname);
 
 }
-       
\ No newline at end of file
+