summaryrefslogtreecommitdiff
path: root/ext/bz2
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-253-6/+0
* Merge branch 'PHP-7.4'Christoph M. Becker2019-09-041-0/+2
|\
| * Add the last missing SKIPIFFabien Villepinte2019-09-041-0/+2
* | Don't explicitly set return value on ZPP failureChristoph M. Becker2019-08-161-2/+2
* | Creating stub for ext bz2Kauan Sousa2019-08-163-46/+102
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-224-15/+76
|\ \ | |/
| * Report errors from stream read and write operationsNikita Popov2019-07-224-15/+76
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-191-1/+1
|\ \ | |/
| * Deprecate alternative array access syntaxrjhdby2019-07-191-1/+1
* | Convert fetch_resource warnings into TypeErrorsNikita Popov2019-06-031-17/+25
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ | |/
| * Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-154-5/+5
|\ \ | |/
| * Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-154-5/+5
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-114-29/+0
|/
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* Remove local variablesPeter Kokot2019-02-033-26/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-303-3/+3
* Clean testfileMizunashi Mana2018-11-081-0/+4
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
* Trim trailing whitespace in testsGabriel Caruso2018-10-147-9/+9
* Remove unused ext/bz2/php_bz2.defPeter Kokot2018-09-291-7/+0
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-131-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-131-1/+1
| |\
| | * Fix arginfo for bzcompressTyson Andre2018-08-131-1/+1
| | * year++Xinchen Hui2018-01-023-3/+3
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-043-3/+3
| * | year++Xinchen Hui2018-01-023-3/+3
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-259-14/+5
* | | Use variables that already received ZEND_NUM_ARGS()Gabriel Caruso2018-07-221-4/+2
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-3/+3
* | | year++Xinchen Hui2018-01-023-3/+3
* | | Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-141-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-143-8/+8
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-37/+0
|/ /
* | Remove more unnecessary checks on Zend's allocator functionsThomas Punt2017-03-161-15/+0
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-023-3/+3
* | Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-051-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-051-1/+1
| |\
| | * More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-1/+1
* | | catch up with stream datatypesAnatol Belski2016-10-051-1/+1
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-191-13/+20
|\ \ | |/
| * Improve fix for bug #72837Anatol Belski2016-08-191-13/+20
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-4/+14
|\ \ | |/
| * Fix bug #72837 - integer overflow in bzdecompress caused heap corruptionAnatol Belski2016-08-161-4/+14
* | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-193-1/+28
|\ \ | |/
| * Partial fix for bug #72613 - do not allow reading past error readStanislav Malyshev2016-07-183-1/+28
* | Merge branch 'PHP-7.0'Anatol Belski2016-06-221-1/+1
|\ \ | |/