History log of /PHP-5.6/ext/dom/php_dom.c (Results 76 – 100 of 150)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 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
# 5eb6b78c 19-Sep-2005 Dmitry Stogov

Fixed access to uninitialized value


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1
# 286d5339 18-Aug-2005 foobar

MFH


Revision tags: 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
# 9ad12946 22-Jun-2005 Rob Richards

- Fix bug #33299 (php:function no longer handles returned dom objects)
- maybe fix #33431/33432


# f47c7848 17-Jun-2005 Dmitry Stogov

Improved PHP extension loading mechanism with support for module dependencies and conflicts


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.


123456