Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Consider Xdebug for tmi ini generation, too
This commit is contained in:
Anatol Belski 2017-12-01 16:02:38 +01:00
commit ffd94f9bf8

View file

@ -1916,7 +1916,7 @@ function generate_tmp_php_ini()
}
var directive = "extension";
if ("opcache" == extensions_enabled[i][0]) {
if ("opcache" == extensions_enabled[i][0] || "xdebug" == extensions_enabled[i][0]) {
directive = "zend_extension";
}