mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.2'
* PHP-7.2: Consider Xdebug for tmi ini generation, too
This commit is contained in:
commit
c94a73ec90
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue