mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
This commit is contained in:
commit
3707d75f4b
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ More .INIs : " , (function_exists(\'php_ini_scanned_files\') ? str_replace("\n"
|
|||
'session' => array('session.auto_start=0'),
|
||||
'tidy' => array('tidy.clean_output=0'),
|
||||
'zlib' => array('zlib.output_compression=Off'),
|
||||
'xdebug' => array('xdebug.default_enable=0'),
|
||||
'xdebug' => array('xdebug.default_enable=0','xdebug.mode=off'),
|
||||
'mbstring' => array('mbstring.func_overload=0'),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue