|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-01-15 14:34 UTC] johannes@php.net
[2010-01-15 15:19 UTC] jhgundersen at gmail dot com
[2010-01-18 17:32 UTC] pajoye@php.net
[2010-01-19 08:21 UTC] jhgundersen at gmail dot com
[2010-01-19 08:27 UTC] jhgundersen at gmail dot com
[2010-01-19 09:36 UTC] pajoye@php.net
[2010-01-19 12:05 UTC] rrichards@php.net
[2010-01-19 12:22 UTC] jhgundersen at gmail dot com
[2010-01-21 10:07 UTC] jani@php.net
[2010-01-23 11:32 UTC] rrichards@php.net
[2010-01-25 10:38 UTC] jhgundersen at gmail dot com
[2010-01-25 10:43 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 06:00:01 2025 UTC |
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