Mantis - Quercus
Viewing Issue Advanced Details
4416 minor always 03-01-11 07:04 07-18-12 02:47
jamesdlow  
nam  
normal  
closed 4.0.14  
fixed  
none    
none  
0004416: Implement libxml additional constants and functions
Libxml seems to work in Quercos, but there are some additional constants and functions it seems to be missing. This is from a 3rd party library I'm trying to use in Quercos, so its hard to find work arounds.

LIBXML_NOWARNING (64)
LIBXML_NOERROR (32)

libxml_use_internal_errors()
libxml_get_last_error()
libxml_clear_errors()

Notes
(0005097)
jamesdlow   
03-01-11 19:51   
There's a slightly better reference than php.net here:
http://www.w3schools.com/php/php_ref_libxml.asp [^]
(0005958)
nam   
07-18-12 02:47   
php/1h20
php/1h21

Fixed in 4.0.30 for the xml_parse() function. Please open a new issue if it is not working as expected.