#
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
|
Revision tags: RELEASE_1_3b3 |
|
#
052f9378 |
| 19-Oct-2003 |
Shane Caraveo |
add global init/shutdown functions for libxml. this is required as shutdown is not safe to call multiple times, and to make streams work correctly some init stuff has to happen in a specific
add global init/shutdown functions for libxml. this is required as shutdown is not safe to call multiple times, and to make streams work correctly some init stuff has to happen in a specific order
show more ...
|
#
6c9bbe70 |
| 06-Oct-2003 |
Rob Richards |
some namespace fixes fix compiler warning
|
#
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 ...
|
#
c6c240a4 |
| 05-Oct-2003 |
Zeev Suraski |
Sync with new API
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1 |
|
#
b437ac77 |
| 29-Sep-2003 |
Rob Richards |
add property_get_ptr handler fix possible segfault in xpath add wide character support for characterdata
|
Revision tags: RELEASE_0_7 |
|
#
315bf401 |
| 08-Sep-2003 |
Rob Richards |
move some document properties internally add xpath namespace support (by Shane)
|
#
afdecc37 |
| 03-Sep-2003 |
Sebastian Bergmann |
ZTS fix.
|
#
fd575878 |
| 03-Sep-2003 |
Rob Richards |
changes to php_dom.h for last commit replaced removed closing tags - doh
|
#
5630dd0b |
| 03-Sep-2003 |
Rob Richards |
add document HTML load/save methods add document standalone validate method cleanup some prototype declarations domexception inherits from default exception
|
Revision tags: php-4.3.3 |
|
#
09481c64 |
| 24-Aug-2003 |
Rob Richards |
implement stricterrorcheck fix clonenode cleanup error routines
|
#
21329c5e |
| 22-Aug-2003 |
Wez Furlong |
allow building without libxml2 under win32
|
#
d7e6bdaa |
| 20-Aug-2003 |
Rob Richards |
fix infinite loop in normalize
|
#
9ada9e57 |
| 19-Aug-2003 |
Wez Furlong |
fix build
|
#
391c027d |
| 18-Aug-2003 |
Zeev Suraski |
Get rid of PZVAL_UNLOCK() - fix untested
|