summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix/add SKIPIFHannes Magnusson2006-06-273-3/+3
* MFH: Missing header includeHannes Magnusson2006-06-201-0/+1
* MFH: nuke unused variables and init variables when neededAntony Dovgal2006-06-201-4/+3
* Removed unused variables.Ilia Alshanetsky2006-06-131-4/+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 setIdAttribute, setIdAttributeNS and setIdAttributeNode functionalityRob Richards2006-06-021-3/+100
* MFH: add C14N() and C14NFile() methods to perform XML canonicalizationRob Richards2006-05-263-0/+291
* MFH: add registerNodeClass() methodRob Richards2006-05-227-60/+168
* add testsRob Richards2006-05-173-0/+38
* Synch from HEADRob Richards2006-05-172-5/+7
* - ze1 cleanup (bjori) /thxMarcus Boerger2006-05-101-15/+0
* Fix win32 buildFrank M. Kromann2006-05-101-2/+3
* - Update after api changesMarcus Boerger2006-05-103-8/+7
* Fix bug #37277 (cloning Dom Documents or Nodes does not work)Rob Richards2006-05-034-3/+27
* 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-182-0/+37
* fix crashes using notations and entity declsRob Richards2006-03-034-33/+156
* - fix crash with DOMImplementation::createDocumentType("name:")Michael Wallner2006-02-241-2/+4
* fix possible crash in textContentRob Richards2006-01-251-1/+1
* bump year and license versionfoobar2006-01-0137-111/+111
* tix fypoAntony Dovgal2005-12-181-1/+1
* - Fix exportMarcus Boerger2005-12-171-3/+3
* fix testAntony Dovgal2005-12-161-3/+3
* MFH: nuke php3 legacyfoobar2005-12-062-3/+3
* Fixed bug #35342 (isset(DOMNodeList->length) returns false)Rob Richards2005-11-232-0/+54
* 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
* - Fix test expectationsMarcus Boerger2005-11-061-5/+5
* This SimpleXML requirement is no longer needed and by removing it weRasmus Lerdorf2005-11-051-8/+0
* MFH: fix crash setting attr from foreign doc (throws exception)Rob Richards2005-10-272-0/+77
* Fixed tests to work with ZTS buildsIlia Alshanetsky2005-10-201-5/+10
* Fixed access to uninitialized valueDmitry Stogov2005-09-191-0/+1
* MFH: add save options parameterRob Richards2005-09-081-6/+27
* MFH: Fixed bug #34276 (setAttributeNS doesn't work with default namespace)Rob Richards2005-08-282-2/+94
* MFHfoobar2005-08-181-1/+1
* MFH: Fixed bug #34103 (line numbering not maintained in dom document)Rob Richards2005-08-151-3/+2
* - Bumber up yearfoobar2005-08-0337-37/+37
* Allow NULL namespaceURI for getAttributeNodeNSRob Richards2005-07-071-1/+1
* - Fixed bugs #33431, #33432 ("int" used instead of "long" in parameter parsing)foobar2005-06-263-3/+6
* fix testfoobar2005-06-231-1/+1
* Fixed test file according to latest debug_backtrace() fixesDmitry Stogov2005-06-231-2/+2
* - Fix bug #33299 (php:function no longer handles returned dom objects)Rob Richards2005-06-223-35/+69
* Debug backtrace was fixedDmitry Stogov2005-06-221-2/+22
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-1/+11
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
* - correct fix for bug #33059Rob Richards2005-05-202-15/+17
* Fixed bug #33059 (crash when moving xml attribute set in dtd).Ilia Alshanetsky2005-05-191-1/+0
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-0/+1