#
29a46b2f |
| 28-Nov-2003 |
Christian Stocker |
changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT it (by Rob Richards)
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1 |
|
#
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, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
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
|
Revision tags: php-4.3.3 |
|
#
b196c055 |
| 24-Aug-2003 |
Rob Richards |
implement stricterrorcheck fix clonenode cleanup error routines forgot these files
|
Revision tags: php-4.3.3RC4, 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
|
#
e8a87e54 |
| 24-Jul-2003 |
Rob Richards |
initial xpath implementation make dom_object generic
|
#
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 |
|
#
85488c4a |
| 26-Jun-2003 |
Rob Richards |
fix import/export for win32 when enabled by default
|
#
b5434aac |
| 22-Jun-2003 |
Marcus Boerger |
Fix module pointer name to enable building again
|
#
c69d3959 |
| 20-Jun-2003 |
Rob Richards |
cleanup common code
|
Revision tags: 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
|
#
1b046ed4 |
| 05-Jun-2003 |
Rob Richards |
Inital cut of new dom extension PHP5 only
|