summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-151-1540/+0
* fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_modeRob Richards2006-10-041-1/+1
* fix underlying issue for bug #38438Rob Richards2006-08-141-2/+2
* nuke unused callRob Richards2006-06-061-1/+0
* Final ze1_compat restoration - it was mostly done by hand, so if anybodyZeev Suraski2006-06-051-0/+21
* MFH: add registerNodeClass() methodRob Richards2006-05-221-3/+46
* Synch from HEADRob Richards2006-05-171-0/+2
* - ze1 cleanup (bjori) /thxMarcus Boerger2006-05-101-15/+0
* - Update after api changesMarcus Boerger2006-05-101-6/+2
* Fix bug #37277 (cloning Dom Documents or Nodes does not work)Rob Richards2006-05-031-1/+0
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-10/+4
* fix #36859 (DOMElement crashes when calling __construct when clone'ing)Antony Dovgal2006-03-261-0/+1
* Fixed bug #36756 (DOMDocument::removeChild corrupts node)Rob Richards2006-03-181-0/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Fix exportMarcus Boerger2005-12-171-3/+3
* Fixed bug #35342 (isset(DOMNodeList->length) returns false)Rob Richards2005-11-231-0/+37
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
* MFH: fix #35197 (Destructor is not called) and similar issues in other extens...Antony Dovgal2005-11-141-2/+2
* This SimpleXML requirement is no longer needed and by removing it weRasmus Lerdorf2005-11-051-8/+0
* Fixed access to uninitialized valueDmitry Stogov2005-09-191-0/+1
* MFHfoobar2005-08-181-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fix bug #33299 (php:function no longer handles returned dom objects)Rob Richards2005-06-221-0/+34
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-1/+11
* Fix bug #32930 (class extending DOMDocument doesn't clone properly)Rob Richards2005-05-031-6/+12
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-2/+2
* Fixed bug #31878 (Segmentation fault using clone keyword on nodes)Rob Richards2005-02-091-1/+1
* Fixed bug #28817 (Var problem when extending domDocument).Rob Richards2005-01-201-2/+34
* revert fix for bug #28817 - fix is badRob Richards2005-01-111-1/+0
* Fixed bug #28817 (Var problem when extending domDocument). (Georg)Rob Richards2004-12-041-0/+1
* add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)Rob Richards2004-10-071-2/+3
* remove cloning under ze1_compatibility_modeRob Richards2004-08-301-7/+29
* 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