summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-1593-14878/+0
|
* MFH testsHannes Magnusson2006-10-093-0/+233
|
* Added missing safety checks (Problem identified by Coverity scan)Ilia Alshanetsky2006-10-071-3/+10
|
* Added missing safety checks (Problem identified by Coverity scan)Ilia Alshanetsky2006-10-071-3/+9
|
* fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_modeRob Richards2006-10-041-1/+1
|
* fix some compiler warningsRob Richards2006-09-281-15/+20
|
* fix bug #38949 (Cannot get xmlns value attribute)Rob Richards2006-09-273-20/+113
| | | | | add test
* One last expand_filepath() checkIlia Alshanetsky2006-09-161-2/+3
|
* implement workaround for bug #38823 (DOMComment->appendData does nothing)Rob Richards2006-09-163-9/+39
| | | | | | fix bug #38850 (lookupNamespaceURI doesn't return default namespace) add test
* MFH: free node pointer using correct functionAntony Dovgal2006-09-151-1/+1
| | | | | fixes leak in ext/dom/tests/dom_create_element.phpt
* fix bug #38813 (DOMEntityReference->__construct crashes when called explicitly)Rob Richards2006-09-141-1/+1
|
* fix #38474 (getAttribute select attribute by order, even when prefixed)Rob Richards2006-08-282-11/+77
| | | | | add test
* fix underlying issue for bug #38438Rob Richards2006-08-141-2/+2
|
* Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)Ilia Alshanetsky2006-08-132-1/+14
|
* fix types of the variablesAntony Dovgal2006-08-071-3/+3
|
* improved code (after suggestion by helly)Christian Stocker2006-07-161-6/+3
|
* Added DOMNode::getNodePath() for getting an XPath for a node.Christian Stocker2006-07-162-0/+31
|
* 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
| | | | | | spots any (new) problems, let me know. Test wise, the same tests that failed before are failing now.
* 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
| | | | | add test
* MFH: add registerNodeClass() methodRob Richards2006-05-227-60/+168
| | | | | | - update attribute isID functionality - add test
* add testsRob Richards2006-05-173-0/+38
|
* Synch from HEADRob Richards2006-05-172-5/+7
| | | | | | - Fix bug #37456 (DOMElement->setAttribute() loops forever) - update iterators for engine change merged from HEAD
* - 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
| | | | | | Proper fix for bug #36859 add test
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-10/+4
| | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
* 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
| | | | | add test
* fix crashes using notations and entity declsRob Richards2006-03-034-33/+156
| | | | | add test
* - 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
| | | | | add test
* 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 ↵Antony Dovgal2005-11-141-2/+2
| | | | extensions
* - 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
| | | | | | remove a circular dep where it was impossible to build simplexml shared and not load it.
* MFH: fix crash setting attr from foreign doc (throws exception)Rob Richards2005-10-272-0/+77
| | | | | add test
* Fixed tests to work with ZTS buildsIlia Alshanetsky2005-10-201-5/+10
|