Mantis - php5_dom
Viewing Issue Advanced Details
5198 regular use crash always 2014-08-11 19:24 2016-10-24 14:12
plexcsw  
dam  
normal  
closed  
fixed  
none    
none  
0005198: dom installed -- PHP Fatal error: Class 'DOMDocument' not found
phpext -q dom gives dom_enabled=true
phpinfo() shows: DOM/XML enabled

But PHP gives a fatal error at the first
DOMDocument(); call:

PHP Fatal error: Class 'DOMDocument' not found
pkginfo CSWphp5-dom
Version: 5.3.9.REV=2012.01.25

Apache returns 500 Internal server error on this
test file:

<?php

$dom = new DOMDocument();

?>
Issue History
2014-08-11 19:24 plexcsw New Issue
2014-09-08 17:25 dam Status new => assigned
2014-09-08 17:25 dam Assigned To => dam
2014-09-09 17:09 dam Note Added: 0010899
2014-09-09 17:09 dam Status assigned => feedback
2016-10-24 14:12 dam Note Added: 0011209
2016-10-24 14:12 dam Status feedback => closed
2016-10-24 14:12 dam Resolution open => fixed

Notes
(0010899)
dam   
2014-09-09 17:09   
I just made a new version of php and it looks good:
  http://buildfarm.opencsw.org/experimental.html#php5 [^]
Please verify that it works for you.
(0011209)
dam   
2016-10-24 14:12   
Just verified that it is fixed at least in the current version 5.6.26,REV=2016.10.07