summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* add optional third parameter to support namespace in constructorRob Richards2004-02-221-3/+29
* always return domnodelist unless errorRob Richards2004-02-181-34/+30
* correct implementation of prefix write propertyRob Richards2004-02-181-23/+28
* add dtor to cleanup iterator related dataRob Richards2004-02-171-5/+16
* implement clone functionality to fix segfaultRob Richards2004-02-176-128/+169
* issue warning if object is in invalid state when dealing with propertiesRob Richards2004-02-1610-2/+266
* switch to zend_parse_method_parameters for consistancyRob Richards2004-02-152-26/+63
* allow certain methods to be called statically again:Rob Richards2004-02-156-100/+280
* switch to zend_parse_method_parameters for consistancyRob Richards2004-02-152-90/+130
* start of dom updateRob Richards2004-02-153-17/+31
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* Fixed compile warnings.Ilia Alshanetsky2004-02-041-3/+3
* - Update with new destructor codeZeev Suraski2004-02-041-8/+8
* update testRob Richards2004-01-221-4/+1
* update constructors so they cant be called staticallyRob Richards2004-01-2214-44/+20
* Warn when empty string supplied to load methods (by Pierre-Alain)Rob Richards2004-01-203-1/+9
* Fix warning (and possible problem)Marcus Boerger2004-01-201-0/+2
* Fix leaks in dom_xpath_query (create retval only if requiered) by Pierre-AlainChristian Stocker2004-01-191-2/+3
* fixes segfault, if file doesn't exist (by Pierre-Alain)Christian Stocker2004-01-191-0/+9
* - fix for bug #26947 Crash by using DomDocument::getElementById()Christian Stocker2004-01-181-28/+21
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
* fix getElementsByTagName and getElementsByTagNameNS - allow *Rob Richards2004-01-131-2/+2
* XPath query returns nodelist object rather than arrayRob Richards2004-01-104-52/+107
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-085-10/+10
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-0832-64/+64
* Fix bug #26815 (foreach (DOM) childnodes causes error using Xinclude)Rob Richards2004-01-072-2/+56
* Fixed bug #26743 (getElementsByTagName doesn't work properly)Rob Richards2003-12-292-0/+8
* fix libxml mem leakRob Richards2003-12-271-1/+1
* Fixed bug #26723 (domNode::appendChild() changes child node namespace)Rob Richards2003-12-271-9/+20
* Compiler warning fixes.Ilia Alshanetsky2003-12-232-2/+2
* Add dependencies for these extensionsWez Furlong2003-12-221-0/+1
* Compiler warning fixes.Ilia Alshanetsky2003-12-213-0/+8
* 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
* use error handling from libxml extRob Richards2003-12-121-95/+16
* Dir seaparator "\" was removed.Dmitry Stogov2003-12-111-2/+2
* fix possible mem leak when element has childrenRob Richards2003-12-091-3/+3
* allow assignment to $node->nodeValue to work for moreWez Furlong2003-12-091-0/+2
* fix getElementsByTagname iterationRob Richards2003-12-082-14/+20
* export libxml2 and iconv symbolsRob Richards2003-12-081-3/+3
* 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