Skip to content

Commit

Permalink
Merge branch 'PHP-7.1' into PHP-7.2
Browse files Browse the repository at this point in the history
* PHP-7.1:
  Consider Xdebug for tmi ini generation, too
  • Loading branch information
weltling committed Dec 1, 2017
2 parents 01b85f0 + ffd94f9 commit f282b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/build/confutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,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";
}

Expand Down

0 comments on commit f282b77

Please sign in to comment.