1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

Merge branch 'PHP-7.2'

* PHP-7.2:
  Enable PGO for Opcache
This commit is contained in:
Anatol Belski
2017-08-24 23:41:40 +02:00
+2 -2
View 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);
}