Skip to content

Commit

Permalink
Merge branch 'PHP-7.2'
Browse files Browse the repository at this point in the history
* PHP-7.2:
  Consider Xdebug for tmi ini generation, too
  • Loading branch information
weltling committed Dec 1, 2017
2 parents 92cc7f9 + f282b77 commit c94a73e
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 @@ -1948,7 +1948,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 c94a73e

Please sign in to comment.