ID:               50767
 Updated by:       j...@php.net
 Reported By:      jhgundersen at gmail dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         Streams related
 Operating System: Ubuntu 9.10
 PHP Version:      5.3.1
-Assigned To:      
+Assigned To:      pajoye


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

[2010-01-15 15:19:49] jhgundersen at gmail dot com

Zip stream works with file_get_contents, I can open the test.xml with
zip archive

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

[2010-01-15 14:34:27] johan...@php.net

Are you sure you have the zip extension loaded?

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

[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

Reply via email to