History log of /PHP-7.4/ext/dom/document.c (Results 201 – 213 of 213)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# a957b66d 05-Jun-2003 Sterling Hughes

initialize the encoding length


# 1b046ed4 05-Jun-2003 Rob Richards

Inital cut of new dom extension
PHP5 only


123456789