|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-11-26 03:35 UTC] giuseppe dot costagliola at sanpaolowm dot com
Description: ------------ We configured "output_handler = ob_gzhandler" and it works fine for any text/html output. However when our php page creates a pdf to be seen online, the IE prompts for download (while on Netscape it's displayed correctly). PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 23:00:02 2025 UTC |
We tried to set zlib.output_compression = on in php.ini and disable with ini_set("zlib.output_compression","off") right before sending pdf and this way seems to work.