Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix another typo s/exlcusive/exclusive | Raphael Geissert | 2010-05-01 | 1 | -1/+1 |
| | |||||
* | fix bug #49463 (setAttributeNS fails setting default namespace) | Rob Richards | 2010-01-15 | 2 | -5/+33 |
| | | | | add test | ||||
* | fix bug #50661 (DOMDocument::loadXML does not allow UTF-16) | Rob Richards | 2010-01-06 | 2 | -3/+19 |
| | | | | add test | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 37 | -37/+37 |
| | |||||
* | fix bug #47848 (importNode doesn't preserve attribute namespaces) | Rob Richards | 2009-12-03 | 2 | -0/+37 |
| | | | | add tests | ||||
* | MFH: Fixed bug #49647 (DOMUserData does not exist) | Rob Richards | 2009-09-24 | 1 | -2/+2 |
| | |||||
* | fix memleak | Rob Richards | 2009-09-24 | 1 | -3/+1 |
| | |||||
* | Add missing SKIPIF | andy wharmby | 2009-09-11 | 9 | -8/+53 |
| | |||||
* | The last of the 2009 testfest tests | Zoe Slattery | 2009-08-30 | 1 | -0/+59 |
| | |||||
* | More tests from 2009 testfest | Zoe Slattery | 2009-08-30 | 3 | -0/+116 |
| | |||||
* | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 29 | -0/+687 |
| | |||||
* | - MFH: New tests (NorwayUG testfest) | Felipe Pena | 2009-07-02 | 13 | -0/+289 |
| | |||||
* | Add tests: | Eric Stewart | 2009-05-26 | 13 | -0/+243 |
| | | | | | | | | | | | | | | | | | DOMComment::__construct() with constructor called twice. DOMDocumentFragment::appendXML() with unbound fragment. DOMDocumentFragment::appendXML() with unbalanced chunks. DOMDocumentFragment::__construct() called twice. DOMDocumentType: basic access to all properties. DOMDocumentType::name with invalid state. DOMDocumentType::entities with invalid state. DOMDocumentType::notations with invalid state. DOMDocumentType::publicId with invalid state. DOMDocumentType::publicId with empty value. DOMDocumentType::systemId with invalid state. DOMDocumentType::systemId with empty value. DOMDocumentType::internalSubset with invalid state. | ||||
* | Add the following new tests: | Eric Stewart | 2009-05-25 | 11 | -0/+204 |
| | | | | | | | | | | | | | | | DOMCharacterData::appendData() with no arguments. DOMCharacterData::deleteData() with count exceeding string size. DOMCharacterData::deleteData() with no arguments. DOMCharacterData::deleteData() with offset exceeding string size. DOMCharacterData::insertData() with no arguments. DOMCharacterData::replaceData() with no arguments. DOMComment::__construct() with more arguments than acceptable. DOMDocumentFragment::__construct(). DOMDocumentFragment::__construct() with too many errors. DOMDocumentFragment::appendXML() with no arguments. DOMDocumentFragment::appendXML() with children with properties. | ||||
* | New test: DOMAttr read $name property. | Eric Stewart | 2009-05-23 | 5 | -0/+87 |
| | | | | | | | | New test: DOMAttr read $ownerElement with null parent. New test: DOMAttr write non-string $value property New test: DOMCDATASection __construct() with no arguments. New test: DOMCharacterData - Invalid State Error when getting data out of content. | ||||
* | New test: DOMAttr __construct() with no arguments. | Eric Stewart | 2009-05-23 | 1 | -0/+17 |
| | |||||
* | MFH: fix bug #47849 (Non-deep import loses the namespace) | Rob Richards | 2009-04-07 | 2 | -0/+25 |
| | | | | | add test | ||||
* | fix bug #47430 (Errors after writing to nodeValue parameter of an absent ↵ | Rob Richards | 2009-03-13 | 4 | -40/+58 |
| | | | | | | | previousSibling) add test | ||||
* | MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode) | Rob Richards | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 37 | -37/+37 |
| | |||||
* | re-adding skipifs | Zoe Slattery | 2008-12-30 | 11 | -3/+23 |
| | |||||
* | removed commented out SKIPIF | Zoe Slattery | 2008-12-30 | 1 | -1/+1 |
| | |||||
* | DOM tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). | Ant Phillips | 2008-12-01 | 26 | -0/+948 |
| | |||||
* | MFH: fix bug #46406 (Unregistering nodeclass throws E_FATAL) | Rob Richards | 2008-10-29 | 1 | -1/+1 |
| | |||||
* | MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters) | Rob Richards | 2008-10-20 | 2 | -4/+39 |
| | | | | | add test | ||||
* | MFH: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null) | Rob Richards | 2008-09-28 | 1 | -1/+1 |
| | |||||
* | MFH: fix hints causing phpdoc crash | Rob Richards | 2008-09-22 | 2 | -3/+3 |
| | |||||
* | MFH: fix bug #46029 (Segfault in DOMText when using with Reflection) | Rob Richards | 2008-09-10 | 5 | -5/+5 |
| | |||||
* | MFH: fixed bug #45251 (double free or corruption with setAttributeNode()) | Rob Richards | 2008-06-14 | 2 | -0/+38 |
| | | | | | add test | ||||
* | DOM tests from TestFest | Ant Phillips | 2008-05-27 | 2 | -0/+79 |
| | |||||
* | fix test titles | Antony Dovgal | 2008-05-14 | 2 | -2/+2 |
| | |||||
* | Committing corrected test from Eric Stewart | Zoe Slattery | 2008-05-03 | 1 | -2/+2 |
| | |||||
* | - MFH . Libxml version < 2.6.21 it fails. Patch from scoates | David Coallier | 2008-03-08 | 1 | -1/+6 |
| | |||||
* | MFH: Add missing Reflection API metadata for DOM classes. | Sebastian Bergmann | 2008-02-04 | 20 | -94/+634 |
| | |||||
* | MFH: Fix arginfo. | Sebastian Bergmann | 2008-01-30 | 1 | -6/+6 |
| | |||||
* | MFH: Add Reflection API metadata for DOMXPath. | Sebastian Bergmann | 2008-01-29 | 1 | -4/+29 |
| | |||||
* | MFH: Add Reflection API metadata for DOMNode. | Sebastian Bergmann | 2008-01-29 | 1 | -21/+137 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 37 | -37/+37 |
| | |||||
* | MFH: Fix bug #43364 (recursive xincludes don't remove internal nodes properly) | Rob Richards | 2007-11-28 | 2 | -0/+44 |
| | | | | | add test | ||||
* | Fixed tests | Dmitry Stogov | 2007-11-19 | 1 | -1/+1 |
| | |||||
* | MFH: fix bug #42462 (Segmentation when trying to set an attribute in DOMElement) | Rob Richards | 2007-08-30 | 1 | -0/+1 |
| | |||||
* | MFH: fix bug #42082 (NodeList length zero should be empty). (Hannes) | Rob Richards | 2007-08-06 | 3 | -1/+44 |
| | | | | | add and update tests | ||||
* | WS | Ilia Alshanetsky | 2007-07-27 | 8 | -8/+8 |
| | |||||
* | Test name formatting fixes | Ilia Alshanetsky | 2007-07-24 | 12 | -12/+12 |
| | |||||
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -1/+1 |
| | |||||
* | free wholetext properly | Rob Richards | 2007-05-14 | 1 | -2/+1 |
| | |||||
* | Fixed bug #41374 (wholetext concats values of wrong nodes). | Rob Richards | 2007-05-14 | 2 | -3/+49 |
| | | | | | add test | ||||
* | fix test names | Antony Dovgal | 2007-05-07 | 1 | -1/+1 |
| | |||||
* | fix bug #41257 (lookupNamespaceURI does not work as expected) | Rob Richards | 2007-05-04 | 3 | -1/+42 |
| | | | | | | | fix related issue in isDefaultNamespace add test reconcile namespaces when setting attribute in a new namespace | ||||
* | allow registered classes to be changed | Rob Richards | 2007-04-03 | 1 | -1/+1 |
| |