1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
This commit is contained in:
foobar
2005-11-06 22:08:30 +00:00
parent 33c650020a
commit 261eabbdd4
+1 -1
View File
@@ -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;