summaryrefslogtreecommitdiff
path: root/ext/bz2
Commit message (Expand)AuthorAgeFilesLines
* - 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
* fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after ...Greg Beaver2008-10-111-7/+54
* 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-224-40/+39
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-8/+10
* 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-313-3/+3
* MFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c)Ilia Alshanetsky2007-12-161-0/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* changes to run-tests.php:Nuno Lopes2007-09-141-2/+2
* MFH:- Fixed bug #42627 (bz2 extension fails to build with -fno-common)Jani Taskinen2007-09-121-1/+1
* Fixed bug #42117 (bzip2.compress loses data in internal buffer)Ilia Alshanetsky2007-08-091-2/+2
* 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: fix #40189 (possible endless loop in zlib.inflate stream filter)Antony Dovgal2007-01-251-0/+5
* MFH: Bump year.Sebastian Bergmann2007-01-013-3/+3
* MFHAntony Dovgal2006-12-251-1/+1
* fix test (the error message is different across the systems)Antony Dovgal2006-09-181-2/+2
* 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-142-11/+11
* a few more static keywordingNuno Lopes2006-08-142-23/+23
* add new tests, improve the old onesAntony Dovgal2006-06-268-0/+226
* MFH: detect empty mode string and avoid off-by-oneAntony Dovgal2006-06-261-1/+1
* - use %zu to format size_tMichael Wallner2006-06-231-3/+3
* Fixed compiler warnings.Ilia Alshanetsky2006-06-211-3/+3
* MFH: improve check for stream mode, add testsAntony Dovgal2006-06-213-8/+196
* 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-013-9/+9
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH: - Fix bug #35530 (ext/bz2 compile failure with phpize)foobar2005-12-031-0/+4
* MFH: Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).Ilia Alshanetsky2005-10-251-1/+1
* - Bumber up yearfoobar2005-08-033-3/+3
* 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
* - Make VC6 happyfoobar2005-04-101-112/+112
* 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
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-2/+2
* Persistent mallocs can return NULL (on failure)Sara Golemon2004-07-211-1/+16
* Add bz2 stream filter supportSara Golemon2004-07-208-111/+528
* - Remove unused blocksMarcus Boerger2004-05-192-4/+0