From 795edfedf7e25d74f602c2f87863e98835deb063 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sun, 22 Dec 2013 17:14:42 +0000 Subject: [PATCH] add three libxml constants that comes with 5.4.0 (doc #54037) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332498 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/libxml/constants.xml | 50 ++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/reference/libxml/constants.xml b/reference/libxml/constants.xml index bff3d30c99..249284afbc 100644 --- a/reference/libxml/constants.xml +++ b/reference/libxml/constants.xml @@ -54,6 +54,40 @@ + + + LIBXML_HTML_NOIMPLIED + (integer) + + + + Sets HTML_PARSE_NOIMPLIED flag, which turns off the + automatic adding of implied html/body... elements. + + + + Only available in Libxml >= 2.7.7 (as of PHP >= 5.4.0) + + + + + + + LIBXML_HTML_NODEFDTD + (integer) + + + + Sets HTML_PARSE_NODEFDTD flag, which prevents a default doctype + being added when one is not found. + + + + Only available in Libxml >= 2.7.8 (as of PHP >= 5.4.0) + + + + LIBXML_NOBLANKS @@ -184,6 +218,22 @@ + + + LIBXML_PEDANTIC + (integer) + + + + Sets XML_PARSE_PEDANTIC flag, which enables pedentic error reporting. + + + + Available as of PHP >= 5.4.0 + + + + LIBXML_XINCLUDE