summaryrefslogtreecommitdiff
path: root/ext/bz2
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFB: change run-tests.php to add %aNuno Lopes2007-09-141-3/+3
* - Fixed bug #42627 (bz2 extension fails to build with -fno-common)Jani Taskinen2007-09-121-1/+1
* MFB: Fixed bug #42117 (bzip2.compress loses data in internal buffer)Antony Dovgal2007-08-101-2/+2
* MFBIlia Alshanetsky2007-05-281-1/+5
* fix #40189 (possible endless loop in zlib.inflate stream filter)Antony Dovgal2007-01-251-0/+5
* Bump year.Sebastian Bergmann2007-01-013-3/+3
* improve check for overflowAntony Dovgal2006-12-251-1/+1
* cleaning some warnings (char* -> zstr)Nuno Lopes2006-10-311-5/+5
* Error message clean upHannes Magnusson2006-10-083-7/+7
* MFB (move static keywording from .h to .c)Hannes Magnusson2006-10-082-11/+11
* Update testHannes Magnusson2006-10-071-0/+32
* Updated for PHP6Sara Golemon2006-10-054-89/+161
* fix testHannes Magnusson2006-10-041-66/+0
* fix testAntony Dovgal2006-09-181-2/+2
* Fixed build with gcc 4.1.1Ilia Alshanetsky2006-08-301-1/+1
* MFB: a few more static keywordingNuno Lopes2006-08-142-23/+23
* add new tests, improve the old onesAntony Dovgal2006-06-268-0/+292
* detect empty mode string and avoid off-by-oneAntony Dovgal2006-06-261-1/+1
* MFB: use %zu to format size_tMichael Wallner2006-06-231-3/+3
* MFB: Fixed compiler warnings.Ilia Alshanetsky2006-06-211-3/+3
* improve check for stream mode, add testsAntony Dovgal2006-06-213-8/+196
* don't try to read or write from/to a stream if it was open in different mode ...Antony Dovgal2006-06-211-0/+12
* fix invalid read with bzopen("","") and prevent filename from being empty (wh...Antony Dovgal2006-06-211-1/+7
* Added argument infoHannes Magnusson2006-06-101-8/+51
* Make some tests pass.Sara Golemon2006-04-024-4/+4
* Refactor streams layer for PHP6.Sara Golemon2006-03-131-8/+8
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-6/+0
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-1/+1
* bump year and license versionfoobar2006-01-013-9/+9
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - Fix bug #35530 (ext/bz2 compile failure with phpize)foobar2005-12-031-0/+4
* Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).Ilia Alshanetsky2005-10-251-1/+1
* Unicode support.Andrei Zmievski2005-08-111-10/+26
* - 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
* According to Wez, this is not needed.Edin Kadribasic2004-04-141-1/+0
* Export symbols needed by bz2_filterSara Golemon2004-04-132-0/+8
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+3