mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
MFH
This commit is contained in:
+1
-1
@@ -747,7 +747,7 @@ SAPI_API int sapi_send_headers(TSRMLS_D)
|
||||
/* Add output compression headers at this late stage in order to make
|
||||
it possible to switch it off inside the script. */
|
||||
|
||||
if (EG(in_execution) && zend_ini_long("zlib.output_compression", sizeof("zlib.output_compression"), 0)) {
|
||||
if (zend_ini_long("zlib.output_compression", sizeof("zlib.output_compression"), 0)) {
|
||||
zval nm_zlib_get_coding_type;
|
||||
zval *uf_result = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user