| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE | Antony Dovgal | 2008-07-23 | 1 | -2/+0 |
* | MFH: add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose() | Antony Dovgal | 2008-07-23 | 1 | -0/+3 |
* | MFH: far better fix for bug #40189 | Greg Beaver | 2008-01-12 | 1 | -8/+5 |
* | MFH: fix faulty fix for Bug #40189, and provide real fix for the bug | Greg Beaver | 2008-01-12 | 1 | -6/+8 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 3 | -3/+3 |
* | MFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c) | Ilia Alshanetsky | 2007-12-16 | 1 | -0/+2 |
* | changes to run-tests.php: | Nuno Lopes | 2007-09-14 | 1 | -2/+2 |
* | MFH:- Fixed bug #42627 (bz2 extension fails to build with -fno-common) | Jani Taskinen | 2007-09-12 | 1 | -1/+1 |
* | Fixed bug #42117 (bzip2.compress loses data in internal buffer) | Ilia Alshanetsky | 2007-08-09 | 1 | -2/+2 |
* | Added missing open_basedir & safe_mode checks to zip:// and bzip:// | Ilia Alshanetsky | 2007-03-14 | 1 | -1/+5 |
* | use safe_realloc | Stanislav Malyshev | 2007-03-06 | 1 | -2/+2 |
* | MFH: fix #40189 (possible endless loop in zlib.inflate stream filter) | Antony Dovgal | 2007-01-25 | 1 | -0/+5 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 3 | -3/+3 |
* | MFH | Antony Dovgal | 2006-12-25 | 1 | -1/+1 |
* | fix test (the error message is different across the systems) | Antony Dovgal | 2006-09-18 | 1 | -2/+2 |
* | fix #38485 (bz2 extension does not compile with GCC 4.1) | Antony Dovgal | 2006-08-17 | 1 | -1/+1 |
* | move static declaration to *.c files | Nuno Lopes | 2006-08-14 | 2 | -11/+11 |
* | a few more static keywording | Nuno Lopes | 2006-08-14 | 2 | -23/+23 |
* | add new tests, improve the old ones | Antony Dovgal | 2006-06-26 | 8 | -0/+226 |
* | MFH: detect empty mode string and avoid off-by-one | Antony Dovgal | 2006-06-26 | 1 | -1/+1 |
* | - use %zu to format size_t | Michael Wallner | 2006-06-23 | 1 | -3/+3 |
* | Fixed compiler warnings. | Ilia Alshanetsky | 2006-06-21 | 1 | -3/+3 |
* | MFH: improve check for stream mode, add tests | Antony Dovgal | 2006-06-21 | 3 | -8/+196 |
* | MFH: don't try to read or write from/to a stream if it was open in different ... | Antony Dovgal | 2006-06-21 | 1 | -0/+12 |
* | MFH: fix invalid read with bzopen("","") and prevent filename from being empt... | Antony Dovgal | 2006-06-21 | 1 | -1/+7 |
* | MFH: arginfo, protos, vim folding | Hannes Magnusson | 2006-06-11 | 1 | -8/+51 |
* | bump year and license version | foobar | 2006-01-01 | 3 | -9/+9 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | MFH: - Fix bug #35530 (ext/bz2 compile failure with phpize) | foobar | 2005-12-03 | 1 | -0/+4 |
* | MFH: Fixed bug #34968 (bz2 extension fails on to build on some win32 setups). | Ilia Alshanetsky | 2005-10-25 | 1 | -1/+1 |
* | - Bumber up year | foobar | 2005-08-03 | 3 | -3/+3 |
* | MFB: MSVC++ 6.0 doesn't support long long type | Edin Kadribasic | 2005-06-13 | 1 | -0/+4 |
* | Fixed compiler warning. | Ilia Alshanetsky | 2005-06-09 | 1 | -2/+2 |
* | Better storage size for output length. | Ilia Alshanetsky | 2005-06-06 | 1 | -1/+1 |
* | Fixed bug #33070 (Improved performance of bzdecompress() by several orders | Ilia Alshanetsky | 2005-06-05 | 1 | -45/+35 |
* | - Make VC6 happy | foobar | 2005-04-10 | 1 | -112/+112 |
* | fix #32373 (segfault in bzopen('/wrong/path')) | Antony Dovgal | 2005-03-19 | 1 | -1/+1 |
* | MFB_4_3: Fixed bug #29521 (compress.bzip2 returns error when used with http | Ilia Alshanetsky | 2005-02-23 | 1 | -1/+1 |
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -2/+2 |
* | Persistent mallocs can return NULL (on failure) | Sara Golemon | 2004-07-21 | 1 | -1/+16 |
* | Add bz2 stream filter support | Sara Golemon | 2004-07-20 | 8 | -111/+528 |
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 2 | -4/+0 |
* | According to Wez, this is not needed. | Edin Kadribasic | 2004-04-14 | 1 | -1/+0 |
* | Export symbols needed by bz2_filter | Sara Golemon | 2004-04-13 | 2 | -0/+8 |
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -0/+3 |
* | Break out the test with first hit. | foobar | 2004-01-21 | 1 | -0/+1 |
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
* | Avoid duplicate symbols; definition is in bz2.c | Martin Kraemer | 2004-01-12 | 1 | -1/+1 |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -1/+1 |