History log of /PHP-7.4/ext/dom/document.c (Results 176 – 200 of 213)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6ac34646 29-Nov-2003 Rob Richards

implement namednodemap and nodelist
fix xsl/dom integration under windows
update tests and examples


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# 4e283ed6 28-Oct-2003 Shane Caraveo

fix win32 build


# 9e5bc950 27-Oct-2003 Christian Stocker

use php_error_docref


# 3cd8d4a8 27-Oct-2003 Christian Stocker

xinclude support readded to ext/dom


# eb2104d1 27-Oct-2003 Christian Stocker

remove unneeded variables


# e5bd8fdd 27-Oct-2003 Christian Stocker

- Make distinction in error-reporting between Warnings and Errors from libxml2
- Use internal error_handlers during html-parsing as well


# 207dc909 26-Oct-2003 Rob Richards

add interop with simplexml - dom_import_simplexml
fix cloneNode with elements


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2
# 44164170 20-Oct-2003 Rob Richards

implement namespace nodes
fix getElementsByTagName
fixes to attribute namespaces
remove safemode stuff as its handled in streams


Revision tags: RELEASE_1_3b3
# 6c9bbe70 06-Oct-2003 Rob Richards

some namespace fixes
fix compiler warning


# 87bd7d57 05-Oct-2003 Shane Caraveo

Add schema and relaxNG validation support
domdocument->schemaValidate(string filename)
domdocument->schemaValidateSource(string xml)
domdocument->relaxNGValidate(string filename)
domd

Add schema and relaxNG validation support
domdocument->schemaValidate(string filename)
domdocument->schemaValidateSource(string xml)
domdocument->relaxNGValidate(string filename)
domdocument->relaxNGValidateSource(string xml)

also fix domelement->setAttributeNS

show more ...


# c21e78dd 05-Oct-2003 Rob Richards

implement isDefaultNameSpace and baseURI
nodeName and tagName return qualified names
fix removeAttributeNode - takes domAttr as parameter
better uri and file handling for document load me

implement isDefaultNameSpace and baseURI
nodeName and tagName return qualified names
fix removeAttributeNode - takes domAttr as parameter
better uri and file handling for document load method
fix possible segfault when document is freed
set get_property_ptr_ptr handler to NULL

show more ...


Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1
# f9640d5f 24-Sep-2003 Rob Richards

fix preserveWhiteSpace on document load


# cb4db320 22-Sep-2003 Rob Richards

set consistent pathing for libxml
set document url when loaded from memory to set base href


Revision tags: RELEASE_0_7
# 7c33d559 15-Sep-2003 Rob Richards

validate encoding against valid handlers


# 315bf401 08-Sep-2003 Rob Richards

move some document properties internally
add xpath namespace support (by Shane)


# fd575878 03-Sep-2003 Rob Richards

changes to php_dom.h for last commit
replaced removed closing tags - doh


# 5630dd0b 03-Sep-2003 Rob Richards

add document HTML load/save methods
add document standalone validate method
cleanup some prototype declarations
domexception inherits from default exception


Revision tags: php-4.3.3
# 09481c64 24-Aug-2003 Rob Richards

implement stricterrorcheck
fix clonenode
cleanup error routines


# 21329c5e 22-Aug-2003 Wez Furlong

allow building without libxml2 under win32


Revision tags: php-4.3.3RC4
# 93bcd55e 12-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


# d2ea062e 10-Aug-2003 Marcus Boerger

Fix warnings


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 43bc2f0b 27-Jul-2003 Rob Richards

reworking xml namespace support
add node lookupNamespaceURI and lookupPrefix
add attr isId


# 6c24e157 22-Jul-2003 Zeev Suraski

API update


# d85845a6 19-Jul-2003 Rob Richards

fix for Bug #24715 segfault in dom_document_create_element
removed xmlmemorydump debug code


# 1344b5d9 18-Jul-2003 Rob Richards

fix invalid node pointers


123456789