History log of /PHP-7.4/ext/dom/php_dom.h (Results 51 – 75 of 78)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 8b8940ba 21-Apr-2005 Ilia Alshanetsky

php_error() -> php_error_docref().


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 8913ddc2 20-Feb-2005 Rob Richards

use new error handling when not throwing exceptions


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# 02fa5aa0 30-Aug-2004 Rob Richards

remove cloning under ze1_compatibility_mode
- minor BC break but doesnt work right under compat mode anyways


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4
# 30171a75 12-Feb-2004 Zeev Suraski

zend_default_classes.h -> zend_exceptions.h


Revision tags: php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# 7e619b7f 22-Jan-2004 Rob Richards

update constructors so they cant be called statically


Revision tags: php-4.3.5RC1
# 394bf2ba 10-Jan-2004 Rob Richards

XPath query returns nodelist object rather than array


# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 6ac34646 29-Nov-2003 Rob Richards

implement namednodemap and nodelist
fix xsl/dom integration under windows
update tests and examples


# 2ff82ae2 29-Nov-2003 Christian Stocker

move some definitions to xml_common.h


# 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 ...


1234