From: Anatol Belski Date: Thu, 24 Aug 2017 21:36:21 +0000 (+0200) Subject: Enable PGO for Opcache X-Git-Tag: php-7.2.0RC1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a454e38b7cab57cf6f1300a45fe12ed8e56801d1;p=php Enable PGO for Opcache --- diff --git a/ext/opcache/config.w32 b/ext/opcache/config.w32 index c2b757dd06..f32834e878 100644 --- a/ext/opcache/config.w32 +++ b/ext/opcache/config.w32 @@ -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 +