History log of /PHP-7.4/ext/dom/php_dom.c (Results 151 – 175 of 220)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 6d2fd215 03-May-2005 Rob Richards

Fix bug #32930 (class extending DOMDocument doesn't clone properly)


# 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, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1
# 08592b38 09-Feb-2005 Rob Richards

Fixed bug #31878 (Segmentation fault using clone keyword on nodes)


Revision tags: RELEASE_0_2
# dd2f5ed1 20-Jan-2005 Rob Richards

Fixed bug #28817 (Var problem when extending domDocument).


# a3335dba 11-Jan-2005 Rob Richards

revert fix for bug #28817 - fix is bad


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# 25554b81 04-Dec-2004 Rob Richards

Fixed bug #28817 (Var problem when extending domDocument). (Georg)


Revision tags: php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# 7dced12c 07-Oct-2004 Rob Richards

add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)
add DOMText isElementContentWhitespace (spec name change)
- old props/method kept for BC.
- spec names changed

add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)
add DOMText isElementContentWhitespace (spec name change)
- old props/method kept for BC.
- spec names changed when Level 3 went from Draft to Recommendation
nuke some unused code

show more ...


Revision tags: 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


# e99c3756 13-Aug-2004 Christian Stocker

Added DomDocument->recover property for parsing not well-formed XML Documents.


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# aae7a83d 25-Jul-2004 Marcus Boerger

- Fixed Bug #29354 Exception constructor marked as both public and
protected
# If the constructor should be protected then it needs to be overwritten
# with a method that simply calls t

- Fixed Bug #29354 Exception constructor marked as both public and
protected
# If the constructor should be protected then it needs to be overwritten
# with a method that simply calls the parent, this function simply changes
# the visibility of the original function and makes that (public+protected)

show more ...


Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# 7c7c353b 15-Jun-2004 Rob Richards

Fixed bug #28771 (Segfault when using xslt and clone)
Add test case for bug #28721


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# edae935c 27-May-2004 Rob Richards

namespace/tagname validation fixes (Adam Trachtenberg)
added new test


Revision tags: php-4.3.7RC1, RELEASE_0_1_1
# 9e3956b3 16-May-2004 Rob Richards

constructors throw DOMException
add DOM_PHP_ERR DomException code
validate tagnames in constructors
use C style comments
update TODO


Revision tags: 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
# 43d3d8a0 29-Mar-2004 Marcus Boerger

Fix class names


Revision tags: php-4.3.5
# 5b0f6b1f 21-Mar-2004 Stanislav Malyshev

Update for new read_property API


Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 76ee5707 01-Mar-2004 Rob Richards

Fix bug #27436 dom_import_simplexml innaccurate
extensions register callbacks to export nodes
prevents segfault passing invalid objects to import functions


# 43eb0771 17-Feb-2004 Rob Richards

add dtor to cleanup iterator related data


# ec2ea131 17-Feb-2004 Rob Richards

implement clone functionality to fix segfault
DomNode->clone() creates new doc proxy if document is cloned
remove printf from xpath
fix remaining invalid object state issues


Revision tags: php-4.3.5RC3
# c3a57206 15-Feb-2004 Rob Richards

allow certain methods to be called statically again:
domdocument (all load methods)
domimplementation (all methods)
switch to zend_parse_method_parameters for consistancy
insure

allow certain methods to be called statically again:
domdocument (all load methods)
domimplementation (all methods)
switch to zend_parse_method_parameters for consistancy
insure object parameters are correct class types
convert zvals to correct type if needed for property writes
fix a few segfaults found while testing

show more ...


Revision tags: php-5.0.0b4, php-5.0.0b4RC1
# 91f46b78 04-Feb-2004 Ilia Alshanetsky

Fixed compile warnings.


# 8424be84 04-Feb-2004 Zeev Suraski

- Update with new destructor code


Revision tags: 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


# 38f8ed0e 13-Jan-2004 Rob Richards

fix getElementsByTagName and getElementsByTagNameNS - allow *


Revision tags: php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# d1b8a0f2 17-Dec-2003 Rob Richards

no longer need to cleanup temp var


123456789