Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | working on test coverage for ext/dom, here's 17 more tests | Knut Urdalen | 2011-06-28 | 17 | -0/+411 |
| | |||||
* | Add charset, fixes the validate_on_parse test (confik) | Hannes Magnusson | 2011-06-22 | 1 | -2/+2 |
| | |||||
* | Fixed dom tests. | Shein Alexey | 2011-06-22 | 3 | -13/+6 |
| | |||||
* | Fixed test | Ilia Alshanetsky | 2011-06-08 | 1 | -0/+4 |
| | |||||
* | Fixed bug #54601 (Removing the doctype node segfaults) | Hannes Magnusson | 2011-05-29 | 1 | -0/+30 |
| | |||||
* | Fix test by pointing this at a smaller file that is less likely to break the ↵ | Rasmus Lerdorf | 2011-04-27 | 1 | -2/+2 |
| | | | | test | ||||
* | Fix broken test | Rasmus Lerdorf | 2011-04-27 | 1 | -5/+2 |
| | |||||
* | - Hopefully finally fixed the mess in rev 307562 and rev 307563. | Gustavo André dos Santos Lopes | 2011-01-19 | 1 | -7/+12 |
| | |||||
* | - Fixed wrong function call in original commit to FR #39771. | Gustavo André dos Santos Lopes | 2011-01-18 | 1 | -1/+1 |
| | |||||
* | - Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional | Gustavo André dos Santos Lopes | 2011-01-18 | 2 | -18/+48 |
| | | | | | DOMNode like DOMDocument::saveXML). | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 37 | -37/+37 |
| | |||||
* | - add phpize support for windows, need a nmake install for now (nmake ↵ | Pierre Joye | 2010-12-13 | 1 | -0/+1 |
| | | | | devel-pkg version is coming), works exactly the same as on unix, or should :) | ||||
* | Fixed bug #52656 (DOMCdataSection does not work with splitText). | Ilia Alshanetsky | 2010-11-29 | 2 | -1/+15 |
| | |||||
* | fix bug #49490 (XPath namespace prefix conflict) | Rob Richards | 2010-05-04 | 2 | -12/+34 |
| | | | | add test | ||||
* | fix bug #51721 (mark DOMNodeList and DOMNamedNodeMap as Traversable) | Rob Richards | 2010-05-04 | 1 | -0/+3 |
| | |||||
* | Fix another typo s/exlcusive/exclusive | Raphael Geissert | 2010-05-01 | 1 | -1/+1 |
| | |||||
* | fix bug #50828 (DOMNotation is not subclass of DOMNode) | Rob Richards | 2010-04-09 | 1 | -5/+2 |
| | |||||
* | fix bug #48983 (DomDocument : saveHTMLFile wrong charset) | Rob Richards | 2010-04-02 | 1 | -2/+4 |
| | |||||
* | re-apply bug fix #35673 (formatOutput does not work with saveHTML) from old ↵ | Rob Richards | 2010-04-02 | 2 | -1/+28 |
| | | | | | | | trunk add test BFN | ||||
* | fix bug #49463 (setAttributeNS fails setting default namespace) | Rob Richards | 2010-01-15 | 2 | -3/+31 |
| | | | | 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 | -1/+37 |
| | | | | add tests | ||||
* | 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 | 7 | -7/+42 |
| | |||||
* | 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 |
| | |||||
* | MFB: Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICE | Ilia Alshanetsky | 2009-06-14 | 1 | -5/+1 |
| | | | | | and E_WARN if no DTD) | ||||
* | MFH: Fixed error message grammar: | Matt Wilmas | 2009-06-06 | 1 | -1/+1 |
| | | | | | | | | | - "cannot" instead of "can not" (meaning "also can") - "than" instead of "then" (Hint: "then" should hardly be needed; you're not telling the order in which to do something) ... plus removed a couple ending. dots | ||||
* | 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 | ||||
* | MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an ↵ | Rob Richards | 2009-03-13 | 4 | -20/+58 |
| | | | | | | | absent previousSibling) add test | ||||
* | fixed bad section name | Zoe Slattery | 2009-02-13 | 1 | -1/+1 |
| | |||||
* | fixed test | Zoe Slattery | 2009-02-13 | 1 | -2/+2 |
| | |||||
* | MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode) | Rob Richards | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | MFH: Add method DomNode::getLineNo to return line number for a parsed node | Rob Richards | 2009-01-13 | 2 | -0/+23 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 37 | -37/+37 |
| | |||||
* | refixing missing skipif | Zoe Slattery | 2008-12-30 | 13 | -4/+26 |
| | |||||
* | MFH: fix bug #46849 (Cloning DOMDocument doesn't clone the properties) | Rob Richards | 2008-12-16 | 2 | -9/+53 |
| | | | | | | fix some warnings add test | ||||
* | DOM tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). | Ant Phillips | 2008-12-01 | 17 | -34/+232 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 |
| | | | | using array_map) | ||||
* | MFH: Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 10 | -0/+10 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 23 | -120/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 23 | -0/+120 |
| |