summaryrefslogtreecommitdiff
path: root/ext/bz2
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Break out the test with first hit.foobar2004-01-211-0/+1
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
* Avoid duplicate symbols; definition is in bz2.cMartin Kraemer2004-01-121-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+3