Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 15 | -0/+0 |
|\ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 15 | -0/+0 |
| | | |||||
* | | fix bug #63015 (Incorrect arginfo for DOMErrorHandler) | Rob Richards | 2012-09-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-08-19 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-5.3: - Value stored to var is never read | ||||
| * | - Value stored to var is never read | Felipe Pena | 2012-08-19 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Rob Richards | 2012-08-09 | 2 | -0/+12 |
|\ \ | |/ | | | | | | | | | # By Daniel Veillard * PHP-5.3: Update to work with libxml 2.9.0 | ||||
| * | Update to work with libxml 2.9.0 | Daniel Veillard | 2012-08-09 | 2 | -0/+12 |
| | | |||||
* | | - Fixed conflict | Felipe Pena | 2012-07-14 | 1 | -0/+7 |
|\ \ | |/ | |||||
| * | - Fixed memory leak when extending DOMXPath | Felipe Pena | 2012-07-14 | 1 | -0/+6 |
| | | |||||
* | | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | zoe slattery | 2012-05-15 | 4 | -8/+8 |
|\ \ | | | | | | | | | | | | | * PHP-5.3: Small fixes to tests, see #62022 | ||||
| * | | Small fixes to tests, see #62022 | zoe slattery | 2012-05-15 | 4 | -8/+8 |
| |/ | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Christopher Jones | 2012-05-01 | 1 | -7/+19 |
|\ \ | |/ | | | | | | | * PHP-5.3: Make output order for dom007.phpt platform independent | ||||
| * | Make output order for dom007.phpt platform independent | Christopher Jones | 2012-05-01 | 1 | -7/+19 |
| | | | | | | | | | | | | | | This test has long been near the top of the reported output diffs. For example, on http://qa.php.net/reports/?version=5.4.0 it has diffed 1307 times out of 3543 reports, at time of this commit. (The second highest diff has occurred 710 times.) | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-30 | 3 | -1/+15 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fix bug 61868 ext\dom\tests\DOMDocument_validate_on_parse_variation.phpt fails | ||||
| * | Fix bug 61868 ext\dom\tests\DOMDocument_validate_on_parse_variation.phpt fails | Anatoliy Belsky | 2012-04-30 | 3 | -1/+15 |
| | | |||||
* | | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4 | Xinchen Hui | 2012-03-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix ZTS build | Xinchen Hui | 2012-03-24 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '5.3' into 5.4 | Gustavo André dos Santos Lopes | 2012-03-23 | 14 | -75/+200 |
|\ \ | |/ | |||||
| * | Fixed tests that var_dump/print_r DOM objects. | Gustavo André dos Santos Lopes | 2012-03-23 | 12 | -75/+59 |
| | | |||||
| * | Improved on DOM object debug info handler. Added test. | Gustavo André dos Santos Lopes | 2012-03-23 | 2 | -48/+125 |
| | | |||||
| * | Added DOM Debug handler | Joey Smith | 2012-03-23 | 1 | -0/+64 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 37 | -37/+37 |
| | | |||||
| * | - fix test for OS where dir sep is \ | Pierre Joye | 2011-09-07 | 1 | -2/+6 |
| | | |||||
| * | Fixed failed test to take into account printed warnings like in 5.4 and ↵ | Shein Alexey | 2011-08-24 | 1 | -0/+6 |
| | | | | | | | | trunk branches. | ||||
| * | Deadcode & sizeof fix for issues found by coverity | Ilia Alshanetsky | 2011-08-08 | 3 | -18/+15 |
| | | | | | | | | | | (different patch for 5.4+ will follow shortly) | ||||
| * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 29 | -29/+29 |
| | | |||||
| * | 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 | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 37 | -37/+37 |
| | | |||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 |
| | | |||||
* | | - fix test for OS where dir sep is \ | Pierre Joye | 2011-09-07 | 1 | -2/+6 |
| | |