mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.2'
This commit is contained in:
commit
1c62c60c94
1 changed files with 1 additions and 1 deletions
|
@ -1277,7 +1277,7 @@ static PHP_INI_MH(OnUpdate_zlib_output_compression)
|
|||
} else {
|
||||
int_value = (int) zend_ini_parse_quantity_warn(new_value, entry->name);
|
||||
}
|
||||
ini_value = zend_ini_string("output_handler", sizeof("output_handler"), 0);
|
||||
ini_value = zend_ini_string("output_handler", sizeof("output_handler") - 1, 0);
|
||||
|
||||
if (ini_value && *ini_value && int_value) {
|
||||
php_error_docref("ref.outcontrol", E_CORE_ERROR, "Cannot use both zlib.output_compression and output_handler together!!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue