php-src/ext/dom
Niels Dossche 60518e9695
Update error handling when node cannot be added (#13421)
This can only fail on OOM, so be consistent with the other locations and
throw an INVALID_STATE_ERR.
2024-02-18 15:35:41 +01:00
..
lexbor Use a local variable such that a register is used for the column before writing it to memory 2024-02-07 18:02:42 +01:00
tests Merge branch 'PHP-8.3' 2024-01-31 11:20:56 +01:00
attr.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
cdatasection.c Fix manually calling __construct() on DOM classes 2023-08-07 19:37:47 +02:00
characterdata.c Deduplicate ParentNode and ChildNode interface implementations using @implementation-alias 2023-09-10 22:35:58 +02:00
comment.c Fix manually calling __construct() on DOM classes 2023-08-07 19:37:47 +02:00
config.m4 Sync headers installation 2024-01-28 19:50:55 +01:00
config.w32 [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00
CREDITS
document.c Merge branch 'PHP-8.3' 2023-12-23 17:01:28 +01:00
documentfragment.c Deduplicate ParentNode and ChildNode interface implementations using @implementation-alias 2023-09-10 22:35:58 +02:00
documenttype.c Remove obsolete libxml2 code 2023-09-09 21:58:13 +02:00
dom_ce.h [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
dom_iterators.c general signatures discrepencies fixes (#13122) 2024-01-10 22:19:23 +00:00
dom_properties.h [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
domexception.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
domexception.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
domimplementation.c Handle libxml2 OOM more consistently (#11927) 2023-12-04 23:49:25 +01:00
element.c Merge branch 'PHP-8.3' 2024-02-05 22:49:55 +01:00
entity.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
entityreference.c Fix manually calling __construct() on DOM classes 2023-08-07 19:37:47 +02:00
html5_parser.c Give anonymous dom structs a name (#13135) 2024-01-13 11:34:40 +01:00
html5_parser.h Give anonymous dom structs a name (#13135) 2024-01-13 11:34:40 +01:00
html5_serializer.c Use strcspn() to optimize dom_html5_escape_string() (#12948) 2023-12-16 13:47:57 +01:00
html5_serializer.h [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
html_document.c Use a direct statically-known call for decoding in the fast path 2024-02-07 18:02:42 +01:00
namednodemap.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
namespace_compat.c [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
namespace_compat.h [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
node.c Update error handling when node cannot be added (#13421) 2024-02-18 15:35:41 +01:00
nodelist.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
notation.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
parentnode.c Merge branch 'PHP-8.3' 2023-10-01 17:07:11 +02:00
php_dom.c Use bools 2024-02-10 14:01:42 +01:00
php_dom.h [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00
php_dom.stub.php [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00
php_dom_arginfo.h Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
processinginstruction.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
text.c Handle libxml2 OOM more consistently (#11927) 2023-12-04 23:49:25 +01:00
xml_common.h Cleanup macro usage in ext/dom and ext/libxml 2023-07-03 21:32:48 +02:00
xml_document.c [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
xpath.c [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00
xpath_callbacks.c [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00
xpath_callbacks.h [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00