History log of /PHP-7.4/ext/dom/document.c (Results 151 – 175 of 213)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6bbb254e 02-Jan-2005 Rob Richards

allow parser flags to be passed to xinclude()


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# cb72e23c 05-Dec-2004 Rob Richards

add optional parameter to pass libxml document load options


Revision tags: php-5.0.3RC1, php-4.3.10RC1
# b87d8cdf 18-Nov-2004 Rob Richards

prototype fixes (Jakub Vrána)


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


# b96ebb37 25-Aug-2004 Christian Stocker

if $doc->recover = true; set error_reporting to (old | E_WARNING)
This way, you can't silence XML parse errors with the @ character


# 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, RELEASE_0_1
# 8925d657 18-Jul-2004 Rob Richards

MFB: add missing optional value param to createElementNS (chregu)


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7
# 5b0f34ae 31-May-2004 Rob Richards

Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson)
Prototype fixes


# 7d04465b 31-May-2004 Zeev Suraski

Fix prototypes


Revision tags: 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
# 010c340f 31-Mar-2004 Rob Richards

use new style constructors
fix return for nodelist item


Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 4ce37706 03-Mar-2004 Rob Richards

Fix bug #27467: domDocument::load() called from class method crashes
the methods can be called statically only from within classes which
are not extending DomDocument


Revision tags: php-4.3.5RC3
# 602c786a 16-Feb-2004 Rob Richards

issue warning if object is in invalid state when dealing with properties


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


# a4815f7c 20-Jan-2004 Rob Richards

Warn when empty string supplied to load methods (by Pierre-Alain)
Fix refcount on xpath iterators
xpath_query should return nodelist even when empty


# 00af01bb 19-Jan-2004 Christian Stocker

fixes segfault, if file doesn't exist (by Pierre-Alain)


# 743a8301 18-Jan-2004 Christian Stocker

- fix for bug #26947 Crash by using DomDocument::getElementById()


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

- A belated happy holidays and PHP 5


# 6e65e1d8 07-Jan-2004 Rob Richards

Fix bug #26815 (foreach (DOM) childnodes causes error using Xinclude)
update xinclude test


Revision tags: php-5.0.0b3
# 72da6893 21-Dec-2003 Ilia Alshanetsky

Compiler warning fixes.


Revision tags: php-5.0.0b3RC2, php-5.0.0b3RC1
# 6dfd1c19 12-Dec-2003 Rob Richards

use error handling from libxml ext


# 80d55249 01-Dec-2003 Christian Stocker

Fix Bug, if parser input is not a filename (By Adam)


123456789