From:             development at domain51 dot com
Operating system: OS X
PHP version:      5.3CVS-2008-09-02 (CVS)
PHP Bug Type:     SPL related
Bug description:  SPL fails to load if simplexml is not loaded

Description:
------------
When the SimpleXML extension is not loaded, SPL fails to load.

Reproduce code:
---------------
$ ./configure --disable-simplexml && make && make install
$ php -v

Expected result:
----------------
PHP 5.3.0alpha3-dev (cli) (built: Sep  2 2008 11:09:22) 
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2008 Zend Technologies


Actual result:
--------------
PHP Warning:  Cannot load module 'SPL' because required module 'simplexml'
is not loaded in Unknown on line 0
PHP 5.3.0alpha3-dev (cli) (built: Sep  2 2008 11:09:22) 
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2008 Zend Technologies


-- 
Edit bug report at http://bugs.php.net/?id=45976&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45976&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45976&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45976&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45976&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45976&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45976&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45976&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45976&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45976&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45976&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45976&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45976&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45976&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45976&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45976&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45976&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45976&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45976&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45976&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45976&r=mysqlcfg

Reply via email to