#34667 [Opn]: Notice: Unknown: Unable to find the wrapper "compress.bzip2".....

2005-09-30 Thread webmaster at 24-99-92-156 dot no-ip dot com
 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:   Open
 Bug Type: Unknown/Other Function
 Operating System: Windows Server 2003 Ent. SP1
 PHP Version:  5.0.5
 New Comment:

Unless you mean php_bz2_filter.dll, the error appeared weather or not
it was loaded. I could not find php_bz2.dll anywhere. Are they the same
thing?


Previous Comments:


[2005-10-01 03:04:28] webmaster at 24-99-92-156 dot no-ip dot com

No, it was not included in either the php or the pecl zip files.



[2005-09-29 21:39:37] [EMAIL PROTECTED]

Did you load the bz2 extension into PHP?



[2005-09-29 21:32:45] webmaster at 24-99-92-156 dot no-ip dot com

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



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



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


#34667 [Fbk->Opn]: Notice: Unknown: Unable to find the wrapper "compress.bzip2".....

2005-09-30 Thread webmaster at 24-99-92-156 dot no-ip dot com
 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:

No, it was not included in either the php or the pecl zip files.


Previous Comments:


[2005-09-29 21:39:37] [EMAIL PROTECTED]

Did you load the bz2 extension into PHP?



[2005-09-29 21:32:45] webmaster at 24-99-92-156 dot no-ip dot com

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



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



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


#34667 [Fbk->Opn]: Notice: Unknown: Unable to find the wrapper "compress.bzip2".....

2005-09-29 Thread webmaster at 24-99-92-156 dot no-ip dot com
 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


#34667 [Fbk->Opn]: Notice: Unknown: Unable to find the wrapper "compress.bzip2".....

2005-09-28 Thread webmaster at 24-99-92-156 dot no-ip dot com
 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:

I'm running IIS, there is no .htccess or httpd.conf,and I have never
used the registry for php settings.


Previous Comments:


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

----

[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


#34667 [Fbk->Opn]: Notice: Unknown: Unable to find the wrapper "compress.bzip2".....

2005-09-28 Thread webmaster at 24-99-92-156 dot no-ip dot com
 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


#34667 [NEW]: Notice: Unknown: Unable to find the wrapper "compress.bzip2".....

2005-09-27 Thread webmaster at 24-99-92-156 dot no-ip dot com
From: webmaster at 24-99-92-156 dot no-ip dot com
Operating system: Windows Server 2003 Ent. SP1
PHP version:  5.0.5
PHP Bug Type: Scripting Engine problem
Bug description:  Notice: Unknown: Unable to find the wrapper 
"compress.bzip2".

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 bug report at http://bugs.php.net/?id=34667&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34667&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34667&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34667&r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=34667&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=34667&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=34667&r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=34667&r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=34667&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=34667&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=34667&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=34667&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=34667&r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=34667&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34667&r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=34667&r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=34667&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=34667&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34667&r=float
No Zend Extensions:  http://bugs.php.net/fix.php?id=34667&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34667&r=mysqlcfg