summaryrefslogtreecommitdiff
path: root/ext/xml/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix and improve test caseChristoph M. Becker2018-10-301-3/+5
* Fix #71592: External entity processing never failsChristoph M. Becker2018-10-271-0/+30
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-161-0/+29
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-161-0/+29
| |\
| | * Add support for getting SKIP_TAGSTART and SKIP_WHITE optionsChristoph M. Becker2018-10-161-0/+29
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1554-55/+6
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1468-401/+401
| | * Convert CRLF line endings to LFPeter Kokot2018-10-131-24/+24
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1550-51/+6
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1464-380/+380
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1549-50/+5
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1464-380/+380
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-091-0/+42
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-091-0/+42
| |\ \ | | |/
| | * Fix #30875: xml_parse_into_struct() does not resolve entitiesChristoph M. Becker2018-10-091-0/+42
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-0420-80/+80
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-0423-111/+111
* | | Add missing SKIPIF sectionsGabriel Caruso2018-02-031-1/+3
|/ /
* | Deprecate each()Nikita Popov2017-02-035-5/+5
* | news entry for #1787Joe Watkins2016-11-131-0/+24
|\ \ | |/
| * phpt file to bug #73135Edgar R. Sandi2016-11-121-0/+24
* | Move utf8_encode and utf8_decode to ext/standardAndrea Faulds2016-10-177-489/+0
|/
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-201-1/+1
|\
| * Improvements to fix #72714, suggested by nikicChristoph M. Becker2016-08-201-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-201-0/+35
|\ \ | |/
| * Fix #72714: _xml_startElementHandler() segmentation faultChristoph M. Becker2016-08-201-0/+35
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-171-0/+74
|\ \ | |/
| * #72085: SEGV on unknown address zif_xml_parseChristoph M. Becker2016-08-171-0/+74
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-271-0/+17
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-04-261-0/+17
| |\
| | * Fix bug #72099: xml_parse_into_struct segmentation faultStanislav Malyshev2016-04-261-0/+17
* | | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-091-0/+2
|\ \ \ | |/ /
| * | Skip test for old glibc iconvChristoph M. Becker2015-09-091-0/+2
| |/
* | Deprecate PHP 4 constructorsAndrea Faulds2015-03-311-1/+1
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-2123-131/+131
* | Skip buncha tests on 32-bitAndrea Faulds2014-11-293-2/+3
|/
* this test depends on the simplexml ext, not just on xmlFerenc Kovacs2014-08-241-21/+0
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-07-101-0/+15
|\
| * add test for bug #65236Johannes Schlüter2013-07-101-0/+15
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-103-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-103-0/+0
| * - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the numberGustavo André dos Santos Lopes2010-10-271-0/+24
* | Fixed bug #62328 (implementing __toString and a cast to string fails)Xinchen Hui2012-08-121-0/+21
* | Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-2128-28/+28
* | - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-225-10/+0
* | - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the numberGustavo André dos Santos Lopes2010-10-271-0/+24
|/
* Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect).Pierrick Charron2010-01-051-0/+133
* - Fix testJani Taskinen2009-12-141-3/+1
* fix testAntony Dovgal2009-01-131-2/+2