summaryrefslogtreecommitdiff
path: root/ext/bz2/bz2.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-1/+1
* Improve fix for bug #72837Anatol Belski2016-08-191-13/+20
* Fix bug #72837 - integer overflow in bzdecompress caused heap corruptionAnatol Belski2016-08-161-4/+14
* Partial fix for bug #72613 - do not allow reading past error readStanislav Malyshev2016-07-181-1/+5
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-6/+6
* | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-0/+3
* | cleaning up the version macrosAnatol Belski2015-03-231-1/+1
* | silence warningStanislav Malyshev2015-03-221-1/+1
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-2/+2
* | indentXinchen Hui2015-03-041-1/+1
* | Fixed memleakXinchen Hui2015-03-041-0/+4
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-15/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-25/+25
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-26/+26
* | fix some datatype mismatches in ext/bz2Anatol Belski2014-10-301-9/+35
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | remove useless checkAnatol Belski2014-09-191-6/+0
* | 's' works with size_t round 2Anatol Belski2014-08-271-1/+2
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | master renames phase 3Anatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-16/+16
* | fixes to ext/bz2Anatol Belski2014-08-191-8/+8
* | basic macro replacements, all at onceAnatol Belski2014-08-191-5/+5
* | test the right length and remove unused var (remaining from 'old' version)Pierre Joye2014-05-161-7/+5
* | Merge branch 'master' into phpngDmitry Stogov2014-05-131-2/+12
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-05-081-2/+2
| |\
| | * oops, 5.4 and 5.5 use malloc in TSRMStanislav Malyshev2014-05-081-2/+2
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-05-081-0/+6
| |\ \ | | |/
| | * Fix memory leak in TSRMStanislav Malyshev2014-05-081-0/+6
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | * - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-7/+0
| | * - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-2/+4
* | | Finish bz2 (all tests passed)Xinchen Hui2014-05-081-22/+22
* | | bz2 changes for phpngkrakjoe2014-05-081-24/+27
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+3
|\ \ \ | |/ /
| * | Fixes to various stream cast on win64Anatol Belski2014-03-191-2/+3
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-3/+3
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1