Package: php5
Version: 5.4.0-2
Severity: important
Since upgrade to PHP 5.4, we can't change zlib.output_compression on the
fly.
Code to reproduce :
<?php
if (!headers_sent())
ini_set('zlib.output_compression', true);
echo 'end';
?>
Expected result :
end
Actual result :
Warning: ini_set(): Cannot enable zlib.output_compression - there has
already been output in /home/alex/workspace/test/www/nouveauScript.php
on line 3
end
--- System information. ---
Architecture: amd64
Kernel: Linux 3.2.0-2-amd64
Debian Release: wheezy/sid
500 unstable apt.local
1 experimental apt.local
--- Package information. ---
Depends (Version) | Installed
===========================================-+-==============
libapache2-mod-php5 (>= 5.4.0-2) |
OR libapache2-mod-php5filter (>= 5.4.0-2) |
OR php5-cgi (>= 5.4.0-2) | 5.4.0-2
OR php5-fpm (>= 5.4.0-2) |
php5-common (>= 5.4.0-2) | 5.4.0-2
Package's Recommends field is empty.
Package's Suggests field is empty.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]