History log of /PHP-8.3/ext/dom/document.c (Results 226 – 250 of 278)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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)


# 6ac34646 29-Nov-2003 Rob Richards

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


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# 4e283ed6 28-Oct-2003 Shane Caraveo

fix win32 build


# 9e5bc950 27-Oct-2003 Christian Stocker

use php_error_docref


# 3cd8d4a8 27-Oct-2003 Christian Stocker

xinclude support readded to ext/dom


# eb2104d1 27-Oct-2003 Christian Stocker

remove unneeded variables


# e5bd8fdd 27-Oct-2003 Christian Stocker

- Make distinction in error-reporting between Warnings and Errors from libxml2
- Use internal error_handlers during html-parsing as well


# 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
# 44164170 20-Oct-2003 Rob Richards

implement namespace nodes
fix getElementsByTagName
fixes to attribute namespaces
remove safemode stuff as its handled in streams


Revision tags: RELEASE_1_3b3
# 6c9bbe70 06-Oct-2003 Rob Richards

some namespace fixes
fix compiler warning


# 87bd7d57 05-Oct-2003 Shane Caraveo

Add schema and relaxNG validation support
domdocument->schemaValidate(string filename)
domdocument->schemaValidateSource(string xml)
domdocument->relaxNGValidate(string filename)
domd

Add schema and relaxNG validation support
domdocument->schemaValidate(string filename)
domdocument->schemaValidateSource(string xml)
domdocument->relaxNGValidate(string filename)
domdocument->relaxNGValidateSource(string xml)

also fix domelement->setAttributeNS

show more ...


12345678910>>...12