summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* C++ comments.Ilia Alshanetsky2004-04-291-1/+1
* register_namespace changed to registerNamespace for consistencyRob Richards2004-04-061-1/+1
* use new style constructorsRob Richards2004-03-3112-49/+50
* DOM_RET_OBJ for return_value needs to be followed by returnMarcus Boerger2004-03-291-1/+3
* Remove debug codeMarcus Boerger2004-03-291-2/+1
* Fix testsMarcus Boerger2004-03-293-9/+4
* Fixed compiler warnings.Ilia Alshanetsky2004-03-292-10/+10
* Fix class namesMarcus Boerger2004-03-291-31/+31
* Update for new read_property APIStanislav Malyshev2004-03-211-2/+2
* Rename hasMore() to valid() as discussed. (Part IV)Marcus Boerger2004-03-081-2/+2
* Fix bug #27467: domDocument::load() called from class method crashesRob Richards2004-03-031-2/+5
* Fix bug #27436 dom_import_simplexml innaccurateRob Richards2004-03-011-3/+20
* 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