|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-12-01 15:16 UTC] m0rf at mail dot cz
Description: ------------ I upgraded PHP from 5.1.x to 5.2.0 and i'm getting now this error: Fatal error: Class 'SimpleXMLIterator' not found. I also didn't found (in changelog etc) message about SimpleXMLIterator getting away, so i'm expecting this class should still exists in SPL. Configure Command: './configure' '--enable-versioning' '--enable-memory-limit' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-reflection' '--enable-spl' '--program-prefix=' '--enable-fastcgi' '--with-apxs2=/usr/local/sbin/apxs' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 16:00:01 2025 UTC |
What does extension_loaded("simplexml") return?