summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fixed bug #28817 (Var problem when extending domDocument). (Georg)Rob Richards2004-12-041-0/+1
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-12-041-0/+38
* MFH: fix testsAntony Dovgal2004-12-024-4/+4
* MFH: prototype fixes (Jakub Vrána)Rob Richards2004-11-1820-89/+89
* MFH: remove cloning under ze1_compatibility_modeRob Richards2004-08-306-16/+38
* not experimentalRob Richards2004-08-261-5/+0
* MFH (fix test)Christian Stocker2004-08-111-1/+1
* MFHMarcus Boerger2004-08-031-1/+0
* add missing optional value param to createElementNS (chregu)Rob Richards2004-07-181-5/+5
* Fixed bug #28771 (Segfault when using xslt and clone)Rob Richards2004-06-152-1/+510
* Fix bug #28721 (appendChild() and insertBefore() unset DOMText)Rob Richards2004-06-131-63/+147
* Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson)Rob Richards2004-05-3120-171/+157
* Fix prototypesZeev Suraski2004-05-311-11/+11
* No meaning for unsignedZeev Suraski2004-05-301-1/+1
* namespace/tagname validation fixes (Adam Trachtenberg)Rob Richards2004-05-276-47/+489
* fixing the tests so to work with the new var_dump() (dumping private andAndrey Hristov2004-05-201-0/+11
* constructors throw DOMExceptionRob Richards2004-05-1613-38/+85
* 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