From a454e38b7cab57cf6f1300a45fe12ed8e56801d1 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 24 Aug 2017 23:36:21 +0200 Subject: [PATCH] Enable PGO for Opcache --- ext/opcache/config.w32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + -- 2.50.1