ID: 50767
Updated by: [email protected]
Reported By: jhgundersen at gmail dot com
-Status: Open
+Status: Feedback
Bug Type: Streams related
Operating System: Ubuntu 9.10
PHP Version: 5.3.1
New Comment:
Are you sure you have the zip extension loaded?
Previous Comments:
------------------------------------------------------------------------
[2010-01-15 14:30:13] jhgundersen at gmail dot com
Description:
------------
XMLReader has stopped working with zip streams.
It easy to reproduce:
Make a zip file named test.zip with a single file named test.xml
Reproduce code:
---------------
echo file_get_contents('zip://test.zip#test.xml');
$reader = new XMLReader()
$reader->open('zip://test.zip#test.xml');
Expected result:
----------------
output of test.xml and no crash from xmlreader
Actual result:
--------------
output from test.xml is ok, but xmlreader crashes with:
XMLReader::open(): Unable to open source data
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=50767&edit=1