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


# d75618e7 12-Jul-2003 Rob Richards

implement read only exceptions
implement notation nodes
changes for spec conformance


# 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


Revision tags: php-5.0.0b1, php-4.3.3RC1
# 46b4ab47 16-Jun-2003 Marcus Boerger

Fit the error handler into the naming scheme and get rid of trailing new lines


# e208b0e7 15-Jun-2003 Marcus Boerger

Add an error handler (thx to timm for the idea)


# 2a020455 15-Jun-2003 Rob Richards

remove code no longer needed
fix format Output property


# d1bfc58a 14-Jun-2003 Rob Richards

use xmlInitParser instead of xmlInitThreads
reentrant safe as well no need for xml_parser_inited


# 6414becb 14-Jun-2003 Rob Richards

fix xml_parser_inited on win32
add common structs for better interoprability


# 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


# 208aa615 07-Jun-2003 Sterling Hughes

i ain't know domdom


# d65e9b38 07-Jun-2003 Sterling Hughes

leftover.
its wholeText not whole_text


# 0565d972 07-Jun-2003 Rob Richards

fix more memory overruns
initial definition for document ref counting
fixed property access to support all objects
clear property handler from invalid objects until ref count implemented


# 29b5fbcc 06-Jun-2003 Rob Richards

fix double free issue
fix property access within invalid objects and failed reads


# ee5f7948 05-Jun-2003 Sterling Hughes

fix a bunch of memory overruns, and uninitialized variable uses
fixes crash on sample script rob sent me


# 49bef1ac 05-Jun-2003 Sterling Hughes

fig segv on make install (double destroy badness)


# 1b046ed4 05-Jun-2003 Rob Richards

Inital cut of new dom extension
PHP5 only


123456789