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 ...
|
#
c21e78dd |
| 05-Oct-2003 |
Rob Richards |
implement isDefaultNameSpace and baseURI nodeName and tagName return qualified names fix removeAttributeNode - takes domAttr as parameter better uri and file handling for document load me
implement isDefaultNameSpace and baseURI nodeName and tagName return qualified names fix removeAttributeNode - takes domAttr as parameter better uri and file handling for document load method fix possible segfault when document is freed set get_property_ptr_ptr handler to NULL
show more ...
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1 |
|
#
f9640d5f |
| 24-Sep-2003 |
Rob Richards |
fix preserveWhiteSpace on document load
|