summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.c
Commit message (Expand)AuthorAgeFilesLines
* Added DomDocument->recover property for parsing not well-formed XML Documents.Christian Stocker2004-08-131-0/+2
* - Fixed Bug #29354 Exception constructor marked as both public andMarcus Boerger2004-07-251-1/+0
* Fixed bug #28771 (Segfault when using xslt and clone)Rob Richards2004-06-151-1/+25
* namespace/tagname validation fixes (Adam Trachtenberg)Rob Richards2004-05-271-16/+44
* constructors throw DOMExceptionRob Richards2004-05-161-1/+2
* Fix class namesMarcus Boerger2004-03-291-31/+31
* Update for new read_property APIStanislav Malyshev2004-03-211-2/+2
* Fix bug #27436 dom_import_simplexml innaccurateRob Richards2004-03-011-3/+20
* add dtor to cleanup iterator related dataRob Richards2004-02-171-5/+16
* implement clone functionality to fix segfaultRob Richards2004-02-171-7/+31
* allow certain methods to be called statically again:Rob Richards2004-02-151-2/+1
* Fixed compile warnings.Ilia Alshanetsky2004-02-041-3/+3
* - Update with new destructor codeZeev Suraski2004-02-041-8/+8
* update constructors so they cant be called staticallyRob Richards2004-01-221-1/+0
* fix getElementsByTagName and getElementsByTagNameNS - allow *Rob Richards2004-01-131-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* no longer need to cleanup temp varRob Richards2003-12-171-4/+0
* Removed duplicate php_libxml_(init|shutdown) they are already done byIlia Alshanetsky2003-12-161-4/+0
* fix getElementsByTagname iterationRob Richards2003-12-081-10/+12
* check node type for ->attributes and ->childNodesRob Richards2003-12-021-0/+1
* remove call to xmlMemoryDumpRob Richards2003-11-301-1/+1
* implement namednodemap and nodelistRob Richards2003-11-291-17/+111
* changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT itChristian Stocker2003-11-281-5/+5
* add interop with simplexml - dom_import_simplexmlRob Richards2003-10-261-261/+50
* implement namespace nodesRob Richards2003-10-201-10/+32
* add global init/shutdown functions for libxml. this is required asShane Caraveo2003-10-191-2/+7
* some namespace fixesRob Richards2003-10-061-2/+5
* implement isDefaultNameSpace and baseURIRob Richards2003-10-051-18/+14
* Sync with new APIZeev Suraski2003-10-051-1/+0
* add property_get_ptr handlerRob Richards2003-09-291-0/+12
* move some document properties internallyRob Richards2003-09-081-10/+46
* ZTS fix.Sebastian Bergmann2003-09-031-1/+1
* changes to php_dom.h for last commitRob Richards2003-09-031-0/+72
* add document HTML load/save methodsRob Richards2003-09-031-73/+24
* implement stricterrorcheckRob Richards2003-08-241-1/+18
* allow building without libxml2 under win32Wez Furlong2003-08-221-2/+1
* fix infinite loop in normalizeRob Richards2003-08-201-2/+5
* fix buildWez Furlong2003-08-191-1/+0
* Get rid of PZVAL_UNLOCK() - fix untestedZeev Suraski2003-08-181-2/+1
* remove xml debug codeRob Richards2003-07-271-1/+1
* reworking xml namespace supportRob Richards2003-07-271-39/+24
* initial xpath implementationRob Richards2003-07-241-20/+90
* API updateZeev Suraski2003-07-221-2/+2
* fix for Bug #24715 segfault in dom_document_create_elementRob Richards2003-07-191-1/+1
* implement read only exceptionsRob Richards2003-07-121-3/+61
* remove global error handling - use of libxml globals is a bad thingRob Richards2003-07-101-22/+1
* implement node proxies: next phase of interopRob Richards2003-07-071-60/+71
* Fit the error handler into the naming scheme and get rid of trailing new linesMarcus Boerger2003-06-161-4/+10
* Add an error handler (thx to timm for the idea)Marcus Boerger2003-06-151-0/+15
* remove code no longer neededRob Richards2003-06-151-78/+0