Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL | SVN Migration | 2006-10-15 | 93 | -14878/+0 |
| | |||||
* | MFH tests | Hannes Magnusson | 2006-10-09 | 3 | -0/+233 |
| | |||||
* | Added missing safety checks (Problem identified by Coverity scan) | Ilia Alshanetsky | 2006-10-07 | 1 | -3/+10 |
| | |||||
* | Added missing safety checks (Problem identified by Coverity scan) | Ilia Alshanetsky | 2006-10-07 | 1 | -3/+9 |
| | |||||
* | fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_mode | Rob Richards | 2006-10-04 | 1 | -1/+1 |
| | |||||
* | fix some compiler warnings | Rob Richards | 2006-09-28 | 1 | -15/+20 |
| | |||||
* | fix bug #38949 (Cannot get xmlns value attribute) | Rob Richards | 2006-09-27 | 3 | -20/+113 |
| | | | | | add test | ||||
* | One last expand_filepath() check | Ilia Alshanetsky | 2006-09-16 | 1 | -2/+3 |
| | |||||
* | implement workaround for bug #38823 (DOMComment->appendData does nothing) | Rob Richards | 2006-09-16 | 3 | -9/+39 |
| | | | | | | fix bug #38850 (lookupNamespaceURI doesn't return default namespace) add test | ||||
* | MFH: free node pointer using correct function | Antony Dovgal | 2006-09-15 | 1 | -1/+1 |
| | | | | | fixes leak in ext/dom/tests/dom_create_element.phpt | ||||
* | fix bug #38813 (DOMEntityReference->__construct crashes when called explicitly) | Rob Richards | 2006-09-14 | 1 | -1/+1 |
| | |||||
* | fix #38474 (getAttribute select attribute by order, even when prefixed) | Rob Richards | 2006-08-28 | 2 | -11/+77 |
| | | | | | add test | ||||
* | fix underlying issue for bug #38438 | Rob Richards | 2006-08-14 | 1 | -2/+2 |
| | |||||
* | Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList) | Ilia Alshanetsky | 2006-08-13 | 2 | -1/+14 |
| | |||||
* | fix types of the variables | Antony Dovgal | 2006-08-07 | 1 | -3/+3 |
| | |||||
* | improved code (after suggestion by helly) | Christian Stocker | 2006-07-16 | 1 | -6/+3 |
| | |||||
* | Added DOMNode::getNodePath() for getting an XPath for a node. | Christian Stocker | 2006-07-16 | 2 | -0/+31 |
| | |||||
* | MFH: fix/add SKIPIF | Hannes Magnusson | 2006-06-27 | 3 | -3/+3 |
| | |||||
* | MFH: Missing header include | Hannes Magnusson | 2006-06-20 | 1 | -0/+1 |
| | |||||
* | MFH: nuke unused variables and init variables when needed | Antony Dovgal | 2006-06-20 | 1 | -4/+3 |
| | |||||
* | Removed unused variables. | Ilia Alshanetsky | 2006-06-13 | 1 | -4/+2 |
| | |||||
* | nuke unused call | Rob Richards | 2006-06-06 | 1 | -1/+0 |
| | |||||
* | Final ze1_compat restoration - it was mostly done by hand, so if anybody | Zeev Suraski | 2006-06-05 | 1 | -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 functionality | Rob Richards | 2006-06-02 | 1 | -3/+100 |
| | |||||
* | MFH: add C14N() and C14NFile() methods to perform XML canonicalization | Rob Richards | 2006-05-26 | 3 | -0/+291 |
| | | | | | add test | ||||
* | MFH: add registerNodeClass() method | Rob Richards | 2006-05-22 | 7 | -60/+168 |
| | | | | | | - update attribute isID functionality - add test | ||||
* | add tests | Rob Richards | 2006-05-17 | 3 | -0/+38 |
| | |||||
* | Synch from HEAD | Rob Richards | 2006-05-17 | 2 | -5/+7 |
| | | | | | | - Fix bug #37456 (DOMElement->setAttribute() loops forever) - update iterators for engine change merged from HEAD | ||||
* | - ze1 cleanup (bjori) /thx | Marcus Boerger | 2006-05-10 | 1 | -15/+0 |
| | |||||
* | Fix win32 build | Frank M. Kromann | 2006-05-10 | 1 | -2/+3 |
| | |||||
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 3 | -8/+7 |
| | |||||
* | Fix bug #37277 (cloning Dom Documents or Nodes does not work) | Rob Richards | 2006-05-03 | 4 | -3/+27 |
| | | | | | | Proper fix for bug #36859 add test | ||||
* | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -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 Dovgal | 2006-03-26 | 1 | -0/+1 |
| | |||||
* | Fixed bug #36756 (DOMDocument::removeChild corrupts node) | Rob Richards | 2006-03-18 | 2 | -0/+37 |
| | | | | | add test | ||||
* | fix crashes using notations and entity decls | Rob Richards | 2006-03-03 | 4 | -33/+156 |
| | | | | | add test | ||||
* | - fix crash with DOMImplementation::createDocumentType("name:") | Michael Wallner | 2006-02-24 | 1 | -2/+4 |
| | |||||
* | fix possible crash in textContent | Rob Richards | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 37 | -111/+111 |
| | |||||
* | tix fypo | Antony Dovgal | 2005-12-18 | 1 | -1/+1 |
| | |||||
* | - Fix export | Marcus Boerger | 2005-12-17 | 1 | -3/+3 |
| | |||||
* | fix test | Antony Dovgal | 2005-12-16 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 2 | -3/+3 |
| | |||||
* | Fixed bug #35342 (isset(DOMNodeList->length) returns false) | Rob Richards | 2005-11-23 | 2 | -0/+54 |
| | | | | | add test | ||||
* | Allow recursive calls to __get/__set for different properties | Dmitry Stogov | 2005-11-15 | 1 | -2/+1 |
| | |||||
* | MFH: fix #35197 (Destructor is not called) and similar issues in other ↵ | Antony Dovgal | 2005-11-14 | 1 | -2/+2 |
| | | | | extensions | ||||
* | - Fix test expectations | Marcus Boerger | 2005-11-06 | 1 | -5/+5 |
| | |||||
* | This SimpleXML requirement is no longer needed and by removing it we | Rasmus Lerdorf | 2005-11-05 | 1 | -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 Richards | 2005-10-27 | 2 | -0/+77 |
| | | | | | add test | ||||
* | Fixed tests to work with ZTS builds | Ilia Alshanetsky | 2005-10-20 | 1 | -5/+10 |
| |