summaryrefslogtreecommitdiff
path: root/ext/bz2/bz2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Year++Felipe Pena2011-01-011-1/+1
* Fix bug #52826 (phpinfo is incorrect for bzip2 stream wrapper).Adam Harvey2010-09-131-1/+1
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-3/+12
* Removed safe_modeKalle Sommer Nielsen2010-04-261-3/+3
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Fix compiler warningsKalle Sommer Nielsen2009-05-151-4/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-7/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+7
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-7/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-2/+0
* MFH: add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose()Antony Dovgal2008-07-231-0/+3
* on the contrary, string length is intAntony Dovgal2008-07-011-2/+2
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-221-36/+35
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Added missing open_basedir & safe_mode checks to zip:// and bzip://Ilia Alshanetsky2007-03-141-1/+5
* use safe_reallocStanislav Malyshev2007-03-061-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* fix #38485 (bz2 extension does not compile with GCC 4.1)Antony Dovgal2006-08-171-1/+1
* move static declaration to *.c filesNuno Lopes2006-08-141-0/+11
* a few more static keywordingNuno Lopes2006-08-141-13/+13
* MFH: detect empty mode string and avoid off-by-oneAntony Dovgal2006-06-261-1/+1
* MFH: improve check for stream mode, add testsAntony Dovgal2006-06-211-8/+28
* MFH: don't try to read or write from/to a stream if it was open in different ...Antony Dovgal2006-06-211-0/+12
* MFH: fix invalid read with bzopen("","") and prevent filename from being empt...Antony Dovgal2006-06-211-1/+7
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-8/+51
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH: Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).Ilia Alshanetsky2005-10-251-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* MFB: MSVC++ 6.0 doesn't support long long typeEdin Kadribasic2005-06-131-0/+4
* Fixed compiler warning.Ilia Alshanetsky2005-06-091-2/+2
* Better storage size for output length.Ilia Alshanetsky2005-06-061-1/+1
* Fixed bug #33070 (Improved performance of bzdecompress() by several ordersIlia Alshanetsky2005-06-051-45/+35
* fix #32373 (segfault in bzopen('/wrong/path'))Antony Dovgal2005-03-191-1/+1
* MFB_4_3: Fixed bug #29521 (compress.bzip2 returns error when used with httpIlia Alshanetsky2005-02-231-1/+1
* Add bz2 stream filter supportSara Golemon2004-07-201-1/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+3
* Route rename() via wrapper ops.Sara Golemon2003-12-121-1/+2
* - Update header + added missing Id tags.foobar2003-12-091-16/+16
* Fixed bug #25106 (Added more stringent checks on bzopen() mode).Ilia Alshanetsky2003-09-151-2/+16