summaryrefslogtreecommitdiff
path: root/ext/xml
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-272-1/+34
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-162-0/+35
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-162-0/+35
| |\
| | * Add support for getting SKIP_TAGSTART and SKIP_WHITE optionsChristoph M. Becker2018-10-162-0/+35
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1554-55/+6
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1468-401/+401
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-54/+54
| | * 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
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-52/+52
* | | 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-092-1/+42
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-092-1/+42
| |\ \ | | |/
| | * Fix #30875: xml_parse_into_struct() does not resolve entitiesChristoph M. Becker2018-10-092-1/+42
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-09-151-0/+1
|\ \ \ | |/ /
| * | Fix #76886: Can't build xmlrpc with expatThomas Petazzoni2018-09-151-0/+1
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-2/+2
* | | Remove unused Git attributes identPeter Kokot2018-07-255-10/+1
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-7/+7
* | | Merge branch 'PHP-7.2'Nikita Popov2018-03-231-1/+1
|\ \ \ | |/ /
| * | Fix expat_compat.h path used in #includeTom Van Looy2018-03-231-1/+1
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* | | Reduce variable scopeAnatol Belski2018-02-171-2/+1
* | | Merge branch 'PHP-7.2'Joe2018-02-081-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-1/+1
| |\ \ | | |/
| | * Fixes bug #75871 Use pkg-config for libxml2 if availablePedro Magalhães2018-02-081-1/+1
| | * year++Xinchen Hui2018-01-024-4/+4
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
| * | year++Xinchen Hui2018-01-024-4/+4
* | | 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
* | | Trailing whitespaces on ext/*Gabriel Caruso2018-01-041-5/+5
* | | Trailing whitespacesGabriel Caruso2018-01-031-43/+43
* | | year++Xinchen Hui2018-01-024-4/+4
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-6/+6
* | | Move constants into read-only data segmentDmitry Stogov2017-12-142-2/+2
* | | Cleanup type conversionDmitry Stogov2017-12-071-6/+3
* | | Kill compiler warnings in ext/xmlKalle Sommer Nielsen2017-08-241-1/+1
* | | We don't use these makefiles for compiling PHP extensions anymore (PHP4 era)Kalle Sommer Nielsen2017-08-171-172/+0
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-74/+0
|/ /
* | Deprecate each()Nikita Popov2017-02-035-5/+5
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-024-6/+6
* | Merge branch 'PHP-7.1'Anatol Belski2016-11-221-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-1/+1
| |\
| | * remove TSRMLS_*Anatol Belski2016-11-211-1/+1
* | | Merge branch 'master' of git.php.net:/php-srcJoe Watkins2016-11-131-7/+0
|\ \ \