summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Fix buildNikita Popov2016-11-121-4/+5
* | | | news entry for #1787Joe Watkins2016-11-132-0/+31
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | fix newsJoe Watkins2016-11-122-3/+29
| |\ \ | | |/
| | * fixed bug generated by fixes bug #73135Edgar R. Sandi2016-11-121-1/+3
| | * phpt file to bug #73135Edgar R. Sandi2016-11-121-0/+24
| | * fixes bug #73135Edgar R. Sandi2016-11-121-4/+4
* | | fixed bug generated by fixes bug #73135Edgar R. Sandi2016-11-121-1/+3
* | | Move utf8_encode and utf8_decode to ext/standardAndrea Faulds2016-10-178-539/+0
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-202-3/+3
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-202-3/+3
| |\
| | * Improvements to fix #72714, suggested by nikicChristoph M. Becker2016-08-202-3/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-202-6/+49
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-202-6/+49
| |\ \ | | |/
| | * Fix #72714: _xml_startElementHandler() segmentation faultChristoph M. Becker2016-08-202-8/+51
| * | Unused varXinchen Hui2016-08-171-1/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-172-1/+76
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-172-1/+76
| |\ \ | | |/
| | * #72085: SEGV on unknown address zif_xml_parseChristoph M. Becker2016-08-172-1/+76
| * | fix #72206 (xml_parser_create/xml_parser_free leaks mem)Joe Watkins2016-05-141-3/+4
* | | Fix bug #72099: xml_parse_into_struct segmentation faultStanislav Malyshev2016-06-281-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-231-2/+2