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

 ID:                 52826
 Updated by:         ahar...@php.net
 Reported by:        for-bugs at hnw dot jp
 Summary:            phpinfo is incorrect for bzip2 stream wrapper
-Status:             Open
+Status:             Assigned
 Type:               Bug
 Package:            Bzip2 Related
 Operating System:   any
 PHP Version:        5.3.3
-Assigned To:        
+Assigned To:        aharvey
 Block user comment: N



Previous Comments:
------------------------------------------------------------------------
[2010-09-13 09:32:26] for-bugs at hnw dot jp

Description:
------------
The bzip2 stream filter 'compress.bzip2://' is introduced by bzip2
extension. However, this extension shows 'compress.bz2://' as own stream
filter in phpinfo(), because of typo in ext/bz2/bz2.c:320.

Test script:
---------------
On terminal emulator, type as below:



php -i | grep '^Stream W'

Expected result:
----------------
Stream Wrapper support => compress.bzip2://

Stream Wrapper support => compress.zlib://



Actual result:
--------------
Stream Wrapper support => compress.bz2://

Stream Wrapper support => compress.zlib://




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



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

Reply via email to