#
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
|
#
bf36e351 |
| 16-Dec-2003 |
Ilia Alshanetsky |
Removed duplicate php_libxml_(init|shutdown) they are already done by ext/libxml.
|
#
3084e72e |
| 08-Dec-2003 |
Rob Richards |
fix getElementsByTagname iteration
|
#
6fa6d3c4 |
| 02-Dec-2003 |
Rob Richards |
check node type for ->attributes and ->childNodes
|
#
2a5092c0 |
| 30-Nov-2003 |
Rob Richards |
remove call to xmlMemoryDump
|
#
6ac34646 |
| 29-Nov-2003 |
Rob Richards |
implement namednodemap and nodelist fix xsl/dom integration under windows update tests and examples
|
#
29a46b2f |
| 28-Nov-2003 |
Christian Stocker |
changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT it (by Rob Richards)
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1 |
|
#
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
|