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:             Assigned
+Status:             Closed
 Type:               Bug
 Package:            Bzip2 Related
 Operating System:   any
 PHP Version:        5.3.3
 Assigned To:        aharvey
 Block user comment: N

 New Comment:

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------
[2010-09-13 09:41:41] ahar...@php.net

Automatic comment from SVN on behalf of aharvey
Revision: http://svn.php.net/viewvc/?view=revision&revision=303307
Log: Fix bug #52826 (phpinfo is incorrect for bzip2 stream wrapper).

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