php-src/ext/dom
Peter Kokot 687eb9125a
Autotools: Remove dependency related errors (#15344)
- ext/dom
- ext/xsl

These use the PHP_ADD_EXTENSION_DEP macro which throws error when one of
the dependencies is disabled or not configured properly.

For example:
    ./configure --disable-all --enable-dom

or
    ./configure --disable-all --with-xsl

Will throw default PHP dependency error info, when using
PHP_ADD_EXTENSION_DEP.

These errors were once done when PHP_ADD_EXTENSION_DEP macro wasn't yet
available.
2024-08-11 17:39:31 +02:00
..
lexbor Update Lexbor 2024-07-21 18:08:59 +02:00
parentnode Throw instead of silently failing when creating a too long text node 2024-07-21 17:08:06 +02:00
tests Fix GH-15331: dom: Element::$substitutedNodeValue test failed 2024-08-10 19:43:21 +02:00
attr.c Deduplicate NULL checks in ext/dom (#15015) 2024-07-18 21:20:03 +02:00
cdatasection.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
characterdata.c Minor cleanup in dom_character_data_append_data (#15173) 2024-07-30 23:05:12 +02:00
comment.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
config.m4 Autotools: Remove dependency related errors (#15344) 2024-08-11 17:39:31 +02:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS Add myself to ext-dom credits (#14718) 2024-06-29 15:18:34 +01:00
document.c Simplify document standalone setter (#15320) 2024-08-10 15:35:04 +02:00
documentfragment.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
documenttype.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
dom_ce.h Implement PHP-specific extensions to Dom (#14754) 2024-07-04 13:50:19 +02:00
dom_iterators.c Merge branch 'PHP-8.3' 2024-07-30 20:07:48 +02:00
dom_properties.h Add parenthesis to macro arguments in dom_properties.h 2024-07-08 06:09:04 -07:00
domexception.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
domexception.h Implement CSS selectors 2024-06-29 13:00:26 -07:00
domimplementation.c Remove DOMImplementation::getFeature() (#15233) 2024-08-04 23:30:52 +02:00
element.c Fix incorrect type check in removeAttributeNode 2024-08-10 16:31:23 +02:00
entity.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
entityreference.c Deduplicate NULL checks in ext/dom (#15015) 2024-07-18 21:20:03 +02:00
html5_parser.c Support templated content 2024-07-15 11:10:51 +02:00
html5_parser.h Support templated content 2024-07-15 11:10:51 +02:00
html5_serializer.c Support templated content 2024-07-15 11:10:51 +02:00
html5_serializer.h Support templated content 2024-07-15 11:10:51 +02:00
html_collection.c Reapply "Stop using reserved names in dom" 2024-07-08 17:27:39 +02:00
html_collection.h Support named items in dimension handling for HTMLCollection 2024-04-14 14:46:04 +02:00
html_document.c Deduplicate NULL checks in ext/dom (#15015) 2024-07-18 21:20:03 +02:00
infra.c Follow-up on GH-13516: include config.h from build dir for new files in ext-dom (#14705) 2024-06-28 18:29:22 +02:00
infra.h Implement Dom\Document::$title getter 2024-06-26 12:17:12 -07:00
inner_html_mixin.c [ci skip] Remove outdated comment 2024-07-17 22:27:09 +02:00
internal_helpers.h Support templated content 2024-07-15 11:10:51 +02:00
namednodemap.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
namespace_compat.c Support templated content 2024-07-15 11:10:51 +02:00
namespace_compat.h Support templated content 2024-07-15 11:10:51 +02:00
node.c Convert more common methods in dom/node.c to fast ZPP (#15043) 2024-07-20 20:20:32 +02:00
nodelist.c Merge branch 'PHP-8.3' 2024-07-30 20:07:48 +02:00
nodelist.h Get rid of reserved name usage 2024-05-13 19:46:51 +02:00
notation.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
php_dom_arginfo.h Remove DOMImplementation::getFeature() (#15233) 2024-08-04 23:30:52 +02:00
php_dom.c Fix GH-15192: Segmentation fault in dom extension (html5_serializer) 2024-08-02 18:22:17 +02:00
php_dom.h Merge branch 'PHP-8.3' 2024-07-30 20:07:48 +02:00
php_dom.stub.php Remove DOMImplementation::getFeature() (#15233) 2024-08-04 23:30:52 +02:00
private_data.c Support templated content 2024-07-15 11:10:51 +02:00
private_data.h Support templated content 2024-07-15 11:10:51 +02:00
processinginstruction.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
serialize_common.h [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
text.c Fix GH-15137: Unexpected null pointer in Zend/zend_smart_str.h (#15138) 2024-07-28 13:53:30 +02:00
token_list.c Implement Dom\TokenList (#13664) 2024-07-02 21:34:23 +02:00
token_list.h Implement Dom\TokenList (#13664) 2024-07-02 21:34:23 +02:00
xml_common.h Split off private data from the ns mapper 2024-07-15 11:02:52 +02:00
xml_document.c Support templated content 2024-07-15 11:10:51 +02:00
xml_serializer.c Support templated content 2024-07-15 11:10:51 +02:00
xml_serializer.h Support templated content 2024-07-15 11:10:51 +02:00
xpath_callbacks.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
xpath_callbacks.h Fix includes for separate builds for ext/dom (#14752) 2024-07-01 20:22:58 +02:00
xpath.c Fix trampoline leak in xpath callables 2024-07-18 16:54:46 +02:00