ID: 27837 Comment by: marc dot daumas at urssaf dot fr Reported By: seang at moosecat dot com dot au Status: Open Bug Type: XML related Operating System: XP Pro - IIS 5.1 PHP Version: 5.0.0RC1 New Comment:
I've got the same problem with XP Pro / apache2: xml_parse do a segmetation fault when invoke even on very simple xml datas. The guys at phing encounter also the problem. The bug is somewhere in the libxml2 lib or in the lib/php interface. Thank to try to fix it, because php without xml parsing is helpless. Previous Comments: ------------------------------------------------------------------------ [2004-04-02 08:59:57] seang at moosecat dot com dot au Description: ------------ Trying out 5.0.0 + SQLite with phpSQLiteAdmin (http://www.phpguru.org/phpSQLiteAdmin.html) The error seems to occur in /pear/XML/Parser.php line 302 which is: return xml_parse($this->parser, $data, $eof); I could not reproduce it with a simple script even with the same data - so I would guess that it only happens with more load on the memory. - the time when it does happen the resource id of the xml was 21. Hope it helps.... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27837&edit=1
