ID: 34667
User updated by: webmaster at 24-99-92-156 dot no-ip dot com
Reported By: webmaster at 24-99-92-156 dot no-ip dot com
-Status: Feedback
+Status: Open
Bug Type: Unknown/Other Function
Operating System: Windows Server 2003 Ent. SP1
PHP Version: 5.0.5
New Comment:
zlib
ZLib Support => enabled
Compiled Version => 1.2.3
Linked Version => 1.2.3
Directive => Local Value => Master Value
zlib.output_compression => Off => Off
zlib.output_compression_level => -1 => -1
zlib.output_handler => no value => no value
Additional Modules
Module Name
Environment
Variable => Value
ALLUSERSPROFILE => C:\Documents and Settings\A
APPDATA => C:\Documents and Settings\Administr
Previous Comments:
------------------------------------------------------------------------
[2005-09-29 03:05:20] [EMAIL PROTECTED]
Try running the CLI version of php with the -i switch and see whether
the settings outputted there are what you expect them to be. It's
possible that the handler is being overwritten without you being aware
of it.
------------------------------------------------------------------------
[2005-09-29 00:21:07] webmaster at 24-99-92-156 dot no-ip dot com
I'm running IIS, there is no .htccess or httpd.conf,and I have never
used the registry for php settings.
------------------------------------------------------------------------
[2005-09-28 22:44:22] [EMAIL PROTECTED]
They can appear in .htaccess or httpd.conf too, please check them.
------------------------------------------------------------------------
[2005-09-28 22:25:03] webmaster at 24-99-92-156 dot no-ip dot com
Heres what I have in my php.ini:
; Transparent output compression using the zlib library
; Valid values for this option are 'off', 'on', or a specific buffer
size
; to be used for compression (default is 4KB)
; Note: Resulting chunk size may vary due to nature of compression.
PHP
; outputs chunks that are few hundreds bytes each as a result of
; compression. If you prefer a larger chunk size for better
; performance, enable output_buffering in addition.
; Note: You need to use zlib.output_handler instead of the standard
; output_handler, or otherwise the output will be corrupted.
zlib.output_compression = Off
; You cannot specify additional output handlers if
zlib.output_compression
; is activated here. This setting does the same as output_handler but
in
; a different order.
;zlib.output_handler =
------------------------------------------------------------------------
[2005-09-28 05:09:26] [EMAIL PROTECTED]
Sounds like you have zlib.output_compression or zlib.output_handler
enabled in your php.ini file. Check that.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/34667
--
Edit this bug report at http://bugs.php.net/?id=34667&edit=1