summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* revert, not neededfoobar2003-12-071-2/+1
* Fix enabling shared builds.Marcus Boerger2003-12-071-1/+2
* Tweak xml related build.Wez Furlong2003-12-051-0/+3
* fix testChristian Stocker2003-12-051-1/+5
* fix notations - forgot to create iteratorRob Richards2003-12-031-0/+4
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+18
* check node type for ->attributes and ->childNodesRob Richards2003-12-022-7/+22
* Fix Bug, if parser input is not a filename (By Adam)Christian Stocker2003-12-011-1/+7
* remove call to xmlMemoryDumpRob Richards2003-11-301-1/+1
* fixed typosChristian Stocker2003-11-301-2/+2
* output of uncaught exception changedChristian Stocker2003-11-301-10/+0
* guess this file should be added too :)Rob Richards2003-11-291-0/+280
* implement namednodemap and nodelistRob Richards2003-11-2914-208/+418
* move some definitions to xml_common.hChristian Stocker2003-11-293-2/+4
* changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT itChristian Stocker2003-11-284-11/+11
* - Fixed bug #26072 (--disable-libxml does not work).foobar2003-11-121-2/+2
* SKIP tests if compress.zlib wrapper is not available.Moriyoshi Koizumi2003-10-312-2/+8
* make test work with libxml2 2.6.x and lowerChristian Stocker2003-10-301-4/+9
* Fixed test.Ilia Alshanetsky2003-10-291-2/+2
* fix win32 buildShane Caraveo2003-10-281-0/+1
* use php_error_docrefChristian Stocker2003-10-271-2/+2
* extending of domDocument class testChristian Stocker2003-10-271-0/+46
* added html testChristian Stocker2003-10-272-0/+40
* xinclude testChristian Stocker2003-10-273-0/+27
* xinclude support readded to ext/domChristian Stocker2003-10-272-0/+24
* streams testChristian Stocker2003-10-272-0/+22
* exception/try/catch testChristian Stocker2003-10-271-0/+46
* interop testChristian Stocker2003-10-272-0/+37
* remove unneeded variablesChristian Stocker2003-10-271-2/+2
* - Make distinction in error-reporting between Warnings and Errors from libxml2Christian Stocker2003-10-271-8/+49
* add interop with simplexml - dom_import_simplexmlRob Richards2003-10-2615-347/+139
* Add a test case for getElementsByTagName() / getElementsByTagNameNS()Moriyoshi Koizumi2003-10-211-0/+57
* implement namespace nodesRob Richards2003-10-206-164/+147
* add global init/shutdown functions for libxml. this is required asShane Caraveo2003-10-191-2/+7
* add the valid xml testShane Caraveo2003-10-091-0/+8
* add a DTD exampleShane Caraveo2003-10-093-0/+34
* some namespace fixesRob Richards2003-10-063-30/+35
* fix crash building nodeNameShane Caraveo2003-10-051-2/+4
* fix crash accessing tagName without namespaceShane Caraveo2003-10-051-3/+5
* Add schema and relaxNG validation supportShane Caraveo2003-10-0511-52/+373
* remove a debug printfShane Caraveo2003-10-051-1/+1
* fix segfault if xpath expression string is invalidRob Richards2003-10-051-0/+3
* implement isDefaultNameSpace and baseURIRob Richards2003-10-054-70/+149
* Sync with new APIZeev Suraski2003-10-051-1/+0
* Fixed compile warnings.Ilia Alshanetsky2003-10-031-1/+1
* add property_get_ptr handlerRob Richards2003-09-293-28/+27
* fix preserveWhiteSpace on document loadRob Richards2003-09-241-0/+5
* set consistent pathing for libxmlRob Richards2003-09-221-9/+28
* validate encoding against valid handlersRob Richards2003-09-151-6/+8
* move some document properties internallyRob Richards2003-09-087-72/+331