summaryrefslogtreecommitdiff
path: root/ext/bz2/bz2_filter.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-221-3/+10
|\
| * Fix #75776: Flushing streams with compression filter is brokenChristoph M. Becker2021-02-221-3/+10
* | Fix miscellaneous typos in code comments/var namesTyson Andre2020-05-011-4/+4
* | Fix #71263: fread() does not report bzip2.decompress errorsChristoph M. Becker2020-04-201-0/+1
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-4/+4
* Remove more unnecessary checks on Zend's allocator functionsThomas Punt2017-03-161-15/+0
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* catch up with stream datatypesAnatol Belski2016-10-051-1/+1
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
* 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
* | Clean up some type conversionsNikita Popov2015-04-271-15/+8
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-26/+26
* | fix datatype mismatch warningsAnatol Belski2014-10-301-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | reduce the struct size by 8 byte on 64 bitAnatol Belski2014-09-121-6/+6
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-251-6/+6
* | fixes to %pd format usageAnatol Belski2014-08-241-2/+2
* | basic macro replacements, all at onceAnatol Belski2014-08-191-8/+8
* | Finish bz2 (all tests passed)Xinchen Hui2014-05-081-4/+2
* | bz2 changes for phpngkrakjoe2014-05-081-33/+20
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-2/+2
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-191-0/+1
|\
| * - Fixed possible memory leakFelipe Pena2013-10-191-0/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
* | Remove compile warning: variable ‘streamp’ set but not used [-Wunused-but...Christopher Jones2013-08-191-2/+0
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
|/
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Make message punctuation consistent across PHPChristopher Jones2009-02-051-3/+3
* Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress a...Greg Beaver2009-02-031-20/+31
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after ...Greg Beaver2008-10-111-7/+54
* far better fix for bug #40189Greg Beaver2008-01-121-8/+5
* MFH: fix faulty fix for Bug #40189, and provide real fix for the bugGreg Beaver2008-01-121-6/+8
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c)Ilia Alshanetsky2007-12-161-0/+2