History log of /PHP-7.3/ext/dom/document.c (Results 176 – 200 of 202)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# e4d73c22 14-Jul-2003 Rob Richards

fix setting new encoding


# a04b2c87 12-Jul-2003 Rob Richards

fix loading off of interface


# d1c41150 11-Jul-2003 Rob Richards

fix compile issue - TSRMLS_FETCH is only temporary until errors handled


# 16fb3e91 10-Jul-2003 Rob Richards

remove global error handling - use of libxml globals is a bad thing
add domDocument properties for parsing options:
validateOnParse, resolveExternals, preserveWhiteSpace, substituteEntities

remove global error handling - use of libxml globals is a bad thing
add domDocument properties for parsing options:
validateOnParse, resolveExternals, preserveWhiteSpace, substituteEntities
implement custom parsing to avoid use of globals
implement local errors while parsing
errors displayed until error objects implemented

show more ...


# 4cd06845 07-Jul-2003 Rob Richards

implement node proxies: next phase of interop


# ee9ca6ee 01-Jul-2003 Rob Richards

fix load() and loadxml() when used with uninstantiated object


Revision tags: php-5.0.0b1, php-4.3.3RC1
# 2a020455 15-Jun-2003 Rob Richards

remove code no longer needed
fix format Output property


# 5b19e1ec 12-Jun-2003 Rob Richards

add node->isSupported()
add domimplementation->hasFeature()
add formatOutput property (extends DOM)
call xmlFreeDoc when doc is no longer referenced rather than custom code
save and s

add node->isSupported()
add domimplementation->hasFeature()
add formatOutput property (extends DOM)
call xmlFreeDoc when doc is no longer referenced rather than custom code
save and savexml now format based on formatOutput property

show more ...


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 6d72c894 09-Jun-2003 Rob Richards

implmentation of document ref counting for persistance
re-work of internal object handling


# 15aab08e 05-Jun-2003 Sterling Hughes

version length too


123456789