summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-6/+6
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* fix bug #42462 (Segmentation when trying to set an attribute in DOMElement)Rob Richards2007-08-301-1/+1
* fix bug #42082 (NodeList length zero should be empty). (Hannes)Rob Richards2007-08-061-1/+14
* MFB: allow registered classes to be changedRob Richards2007-04-031-1/+1
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* add ability to call PHP functions from XPathRob Richards2006-12-141-4/+23
* Unicode support.Dmitry Stogov2006-11-171-39/+26
* mark functionality unicode safeRob Richards2006-09-221-1/+1
* fix domcomment property handler so it inherits from domcharacterdataRob Richards2006-09-211-2/+2
* MFB: fix underlying issue for bug #38438Rob Richards2006-08-141-2/+2
* fix error messages in Unicode modeAntony Dovgal2006-06-021-1/+1
* Fix bug #37456 (DOMElement->setAttribute() loops forever)Rob Richards2006-05-171-0/+3
* Fix bug #37277 (cloning Dom Documents or Nodes does not work)Rob Richards2006-05-031-1/+0
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-10/+4
* MF51: fix #36859 (DOMElement crashes when calling __construct when clone'ing)Antony Dovgal2006-03-261-0/+1
* MFB51: Fixed bug #36756 (DOMDocument::removeChild corrupts node)Rob Richards2006-03-181-0/+2
* Dropped zend.ze1_compatibility_modeDmitry Stogov2006-03-161-20/+1
* Portable unicode string API:Dmitry Stogov2006-02-211-24/+24
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-17/+17
* bump year and license versionfoobar2006-01-011-3/+3
* - MFB Fix exportMarcus Boerger2005-12-171-3/+3
* add registerNodeClass() methodRob Richards2005-11-231-3/+46
* 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
* fix #35197 (Destructor is not called) and similar issues in other extensionsAntony Dovgal2005-11-141-2/+2
* MFB - We don't need the simplexml requirement here anymoreRasmus Lerdorf2005-11-051-8/+0
* Fixed access to uninitialized valueDmitry Stogov2005-09-191-0/+1
* - Removed EOL from error messagefoobar2005-08-181-1/+1
* Unicode supportDmitry Stogov2005-08-181-51/+58
* Unicode supportDmitry Stogov2005-08-121-9/+9
* ZTS fixes.Sebastian Bergmann2005-08-121-1/+1
* Unicode supportDmitry Stogov2005-08-121-17/+17
* Unicode support.Andrei Zmievski2005-08-111-2/+2
* - 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