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


12345678