From:             banpei at banpei dot net
Operating system: Redhat 7.2
PHP version:      5.0.0b3 (beta3)
PHP Bug Type:     DOM XML related
Bug description:  No domxml eventhough phpinfo tells me it is installed?

Description:
------------
I got the error:
Fatal error: Call to undefined function domxml_open_file() 
eventhough I compiled with the dom extension. I also tried the old
xmldocfile() function, but that didn't work either.

Then I tried other domxml functions and neither of them worked. Phpinfo
tells me that I configured --with-dom, shows that dom and libxml are both
enabled.

My current libxml2 version is: 2.6.4

Phpinfo is on:
http://www.trueno.org/infophp.php

Reproduce code:
---------------
http://www.trueno.org/testdom.php

Expected result:
----------------
No output

Actual result:
--------------
Fatal error: Call to undefined function domxml_open_file() in
/home/trueno/testdom.php on line 2

-- 
Edit bug report at http://bugs.php.net/?id=26957&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26957&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26957&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26957&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26957&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26957&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26957&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26957&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26957&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26957&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26957&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26957&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26957&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26957&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26957&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26957&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26957&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26957&r=float

Reply via email to