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:         Scripting Engine problem
 Operating System: Windows Server 2003 Ent. SP1
 PHP Version:      5.0.5
 New Comment:

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 =


Previous Comments:
------------------------------------------------------------------------

[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.

------------------------------------------------------------------------

[2005-09-28 04:47:29] webmaster at 24-99-92-156 dot no-ip dot com

Description:
------------
I keep getting this error:

Notice: Unknown: Unable to find the wrapper "compress.bzip2" - did you
forget to enable it when you configured PHP? in Unknown on line 0

no matter what php script I run, even just phpinfo(); 

Reproduce code:
---------------
Any php file at all

Expected result:
----------------
No error, output whatever script was

Actual result:
--------------
Notice: Unknown: Unable to find the wrapper "compress.bzip2" - did you
forget to enable it when you configured PHP? in Unknown on line 0


then output from script, along with header errors if any headers were
sent from the script that was run


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34667&edit=1

Reply via email to