summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1015-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-1015-0/+0
| |
* | fix bug #63015 (Incorrect arginfo for DOMErrorHandler)Rob Richards2012-09-201-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-2/+2
|\ \ | |/ | | | | | | * PHP-5.3: - Value stored to var is never read
| * - Value stored to var is never readFelipe Pena2012-08-191-2/+2
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Rob Richards2012-08-092-0/+12
|\ \ | |/ | | | | | | | | # By Daniel Veillard * PHP-5.3: Update to work with libxml 2.9.0
| * Update to work with libxml 2.9.0Daniel Veillard2012-08-092-0/+12
| |
* | - Fixed conflictFelipe Pena2012-07-141-0/+7
|\ \ | |/
| * - Fixed memory leak when extending DOMXPathFelipe Pena2012-07-141-0/+6
| |
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4zoe slattery2012-05-154-8/+8
|\ \ | | | | | | | | | | | | * PHP-5.3: Small fixes to tests, see #62022
| * | Small fixes to tests, see #62022zoe slattery2012-05-154-8/+8
| |/
* | Merge branch 'PHP-5.3' into PHP-5.4Christopher Jones2012-05-011-7/+19
|\ \ | |/ | | | | | | * PHP-5.3: Make output order for dom007.phpt platform independent
| * Make output order for dom007.phpt platform independentChristopher Jones2012-05-011-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.4Anatoliy Belsky2012-04-303-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 failsAnatoliy Belsky2012-04-303-1/+15
| |
* | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4Xinchen Hui2012-03-241-1/+1
|\ \ | |/
| * Fix ZTS buildXinchen Hui2012-03-241-1/+1
| |
* | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-03-2314-75/+200
|\ \ | |/
| * Fixed tests that var_dump/print_r DOM objects.Gustavo André dos Santos Lopes2012-03-2312-75/+59
| |
| * Improved on DOM object debug info handler. Added test.Gustavo André dos Santos Lopes2012-03-232-48/+125
| |
| * Added DOM Debug handlerJoey Smith2012-03-231-0/+64
| |
| * - Year++Felipe Pena2012-01-0137-37/+37
| |
| * - fix test for OS where dir sep is \ Pierre Joye2011-09-071-2/+6
| |
| * Fixed failed test to take into account printed warnings like in 5.4 and ↵Shein Alexey2011-08-241-0/+6
| | | | | | | | trunk branches.
| * Deadcode & sizeof fix for issues found by coverityIlia Alshanetsky2011-08-083-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 Pena2011-08-061-1/+1
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-2529-29/+29
| |
| * working on test coverage for ext/dom, here's 17 more testsKnut Urdalen2011-06-2817-0/+411
| |
| * Add charset, fixes the validate_on_parse test (confik)Hannes Magnusson2011-06-221-2/+2
| |
| * Fixed dom tests.Shein Alexey2011-06-223-13/+6
| |
| * Fixed testIlia Alshanetsky2011-06-081-0/+4
| |
| * Fixed bug #54601 (Removing the doctype node segfaults)Hannes Magnusson2011-05-291-0/+30
| |
| * Fix test by pointing this at a smaller file that is less likely to break the ↵Rasmus Lerdorf2011-04-271-2/+2
| | | | | | | | test
| * Fix broken testRasmus Lerdorf2011-04-271-5/+2
| |
| * - Hopefully finally fixed the mess in rev 307562 and rev 307563.Gustavo André dos Santos Lopes2011-01-191-7/+12
| |
| * - Fixed wrong function call in original commit to FR #39771.Gustavo André dos Santos Lopes2011-01-181-1/+1
| |
| * - Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional Gustavo André dos Santos Lopes2011-01-182-18/+48
| | | | | | | | | | DOMNode like DOMDocument::saveXML).
| * - Year++Felipe Pena2011-01-0137-37/+37
| |
| * - add phpize support for windows, need a nmake install for now (nmake ↵Pierre Joye2010-12-131-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 Alshanetsky2010-11-292-1/+15
| |
| * fix bug #49490 (XPath namespace prefix conflict)Rob Richards2010-05-042-12/+34
| | | | | | | | add test
| * fix bug #51721 (mark DOMNodeList and DOMNamedNodeMap as Traversable)Rob Richards2010-05-041-0/+3
| |
| * Fix another typo s/exlcusive/exclusiveRaphael Geissert2010-05-011-1/+1
| |
| * fix bug #50828 (DOMNotation is not subclass of DOMNode)Rob Richards2010-04-091-5/+2
| |
| * fix bug #48983 (DomDocument : saveHTMLFile wrong charset)Rob Richards2010-04-021-2/+4
| |
| * re-apply bug fix #35673 (formatOutput does not work with saveHTML) from old ↵Rob Richards2010-04-022-1/+28
| | | | | | | | | | | | | | trunk add test BFN
* | - Year++Felipe Pena2012-01-0137-37/+37
| |
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
| |
* | - fix test for OS where dir sep is \ Pierre Joye2011-09-071-2/+6
| |