.. |
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
|
Add test case for bug #48339
|
2024-03-12 22:45:39 +01:00 |
attr.c
|
Use common helper macro for getting the node in property handlers
|
2024-03-10 11:08:46 +01:00 |
cdatasection.c
|
Use BAD_CAST consistently
|
2024-03-10 11:08:46 +01:00 |
characterdata.c
|
Fix 32-bit DOM characterdata failures (#13663)
|
2024-03-11 21:16:13 +01:00 |
comment.c
|
Use BAD_CAST consistently
|
2024-03-10 11:08:46 +01:00 |
config.m4
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
config.w32
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
CREDITS
|
|
|
document.c
|
Use common helper macro for getting the node in property handlers
|
2024-03-10 11:08:46 +01:00 |
documentfragment.c
|
Use BAD_CAST consistently
|
2024-03-10 11:08:46 +01:00 |
documenttype.c
|
Use common helper macro for getting the node in property handlers
|
2024-03-10 11:08:46 +01:00 |
dom_ce.h
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
dom_iterators.c
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
dom_properties.h
|
Use common helper macro for getting the node in property handlers
|
2024-03-10 11:08:46 +01:00 |
domexception.c
|
Change stricterror type to bool
|
2024-03-10 11:08:46 +01:00 |
domexception.h
|
Update http->https in license (#6945)
|
2021-05-06 12:16:35 +02:00 |
domimplementation.c
|
Use BAD_CAST consistently
|
2024-03-10 11:08:46 +01:00 |
element.c
|
Use common helper macro for getting the node in property handlers
|
2024-03-10 11:08:46 +01:00 |
entity.c
|
Use common helper macro for getting the node in property handlers
|
2024-03-10 11:08:46 +01:00 |
entityreference.c
|
Use BAD_CAST consistently
|
2024-03-10 11:08:46 +01:00 |
html5_parser.c
|
Use BAD_CAST consistently
|
2024-03-10 11:08:46 +01:00 |
html5_parser.h
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
html5_serializer.c
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
html5_serializer.h
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
html_document.c
|
Change return type of DOM\HTMLDocument::saveHTML() (#13701)
|
2024-03-13 21:49:40 +01:00 |
internal_helpers.h
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
namednodemap.c
|
Simplify DOM_RET_OBJ macro
|
2024-03-10 11:08:46 +01:00 |
namespace_compat.c
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
namespace_compat.h
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
node.c
|
Use common helper macro for getting the node in property handlers
|
2024-03-10 11:08:46 +01:00 |
nodelist.c
|
Simplify DOM_RET_OBJ macro
|
2024-03-10 11:08:46 +01:00 |
notation.c
|
Use common helper macro for getting the node in property handlers
|
2024-03-10 11:08:46 +01:00 |
parentnode.c
|
Use common helper macro for getting the node in property handlers
|
2024-03-10 11:08:46 +01:00 |
php_dom.c
|
Remove redundant namespace define
|
2024-03-10 11:08:46 +01:00 |
php_dom.h
|
Change stricterror type to bool
|
2024-03-10 11:08:46 +01:00 |
php_dom.stub.php
|
Change return type of DOM\HTMLDocument::saveHTML() (#13701)
|
2024-03-13 21:49:40 +01:00 |
php_dom_arginfo.h
|
Change return type of DOM\HTMLDocument::saveHTML() (#13701)
|
2024-03-13 21:49:40 +01:00 |
processinginstruction.c
|
Use common helper macro for getting the node in property handlers
|
2024-03-10 11:08:46 +01: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
|
Use common helper macro for getting the node in property handlers
|
2024-03-10 11:08:46 +01:00 |
xml_common.h
|
Remove redundant namespace define
|
2024-03-10 11:08:46 +01:00 |
xml_document.c
|
Use true instead of 1 with php_dom_throw_error
|
2024-03-10 11:08:46 +01:00 |
xml_serializer.c
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
xml_serializer.h
|
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)
|
2024-03-09 16:56:00 +01:00 |
xpath.c
|
Fix potential memory leak in XPath evaluation results
|
2024-03-14 21:08:25 +01:00 |
xpath_callbacks.c
|
Fix compile warning
|
2024-03-14 21:22:03 +01:00 |
xpath_callbacks.h
|
[RFC] Improve callbacks in ext/dom and ext/xsl (#12627)
|
2024-01-13 00:00:26 +01:00 |