Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -8/+10 |
| | |||||
* | MFB: far better fix for bug #40189 | Greg Beaver | 2008-01-12 | 1 | -8/+5 |
| | |||||
* | fix faulty fix for Bug #40189, and provide real fix for the bug | Greg Beaver | 2008-01-12 | 1 | -6/+8 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 3 | -3/+3 |
| | |||||
* | Fixed bug #43589 (a possible infinite loop in bz2_filter.c) | Ilia Alshanetsky | 2007-12-16 | 1 | -0/+2 |
| | | | | | # Patch by Greg Beaver | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | MFB: change run-tests.php to add %a | Nuno Lopes | 2007-09-14 | 1 | -3/+3 |
| | |||||
* | - Fixed bug #42627 (bz2 extension fails to build with -fno-common) | Jani Taskinen | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #42117 (bzip2.compress loses data in internal buffer) | Antony Dovgal | 2007-08-10 | 1 | -2/+2 |
| | |||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -1/+5 |
| | |||||
* | fix #40189 (possible endless loop in zlib.inflate stream filter) | Antony Dovgal | 2007-01-25 | 1 | -0/+5 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 3 | -3/+3 |
| | |||||
* | improve check for overflow | Antony Dovgal | 2006-12-25 | 1 | -1/+1 |
| | |||||
* | cleaning some warnings (char* -> zstr) | Nuno Lopes | 2006-10-31 | 1 | -5/+5 |
| | |||||
* | Error message clean up | Hannes Magnusson | 2006-10-08 | 3 | -7/+7 |
| | | | | | (patch by Matt W (php_lists -AT- realpain.com)) | ||||
* | MFB (move static keywording from .h to .c) | Hannes Magnusson | 2006-10-08 | 2 | -11/+11 |
| | |||||
* | Update test | Hannes Magnusson | 2006-10-07 | 1 | -0/+32 |
| | |||||
* | Updated for PHP6 | Sara Golemon | 2006-10-05 | 4 | -89/+161 |
| | |||||
* | fix test | Hannes Magnusson | 2006-10-04 | 1 | -66/+0 |
| | |||||
* | fix test | Antony Dovgal | 2006-09-18 | 1 | -2/+2 |
| | |||||
* | Fixed build with gcc 4.1.1 | Ilia Alshanetsky | 2006-08-30 | 1 | -1/+1 |
| | |||||
* | MFB: 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/+292 |
| | |||||
* | detect empty mode string and avoid off-by-one | Antony Dovgal | 2006-06-26 | 1 | -1/+1 |
| | |||||
* | MFB: use %zu to format size_t | Michael Wallner | 2006-06-23 | 1 | -3/+3 |
| | |||||
* | MFB: Fixed compiler warnings. | Ilia Alshanetsky | 2006-06-21 | 1 | -3/+3 |
| | |||||
* | improve check for stream mode, add tests | Antony Dovgal | 2006-06-21 | 3 | -8/+196 |
| | |||||
* | don't try to read or write from/to a stream if it was open in different mode ↵ | Antony Dovgal | 2006-06-21 | 1 | -0/+12 |
| | | | | (leads to segfault in libbz2) | ||||
* | fix invalid read with bzopen("","") and prevent filename from being empty ↵ | Antony Dovgal | 2006-06-21 | 1 | -1/+7 |
| | | | | | | | (which causes endless loop somewhere is libbz2) tests will follow | ||||
* | Added argument info | Hannes Magnusson | 2006-06-10 | 1 | -8/+51 |
| | | | | | | Fixed protos Fixed vim folding | ||||
* | Make some tests pass. | Sara Golemon | 2006-04-02 | 4 | -4/+4 |
| | | | | | | compression is just a binary thing. Write unicode and suffer my wrath! | ||||
* | Refactor streams layer for PHP6. | Sara Golemon | 2006-03-13 | 1 | -8/+8 |
| | | | | | | | | | | Don't be frightened by the size of this commit. A significant portion of it is restoring the read buffer semantics back to what PHP4/5 use. (Or a close aproximation thereof). See main/streams/streams.c and ext/standard/file.c for a set of UTODO comments covering work yet to be done. | ||||
* | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -6/+0 |
| | | | | | | | (calling ini_set('magic_....') returns 0|false - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false - set_magic_quotes_runtime raises an E_CORE_ERROR | ||||
* | - Get rid of using ENFORCE_SAFE_MODE. | Andi Gutmans | 2006-02-19 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 3 | -9/+9 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - Fix bug #35530 (ext/bz2 compile failure with phpize) | foobar | 2005-12-03 | 1 | -0/+4 |
| | |||||
* | Fixed bug #34968 (bz2 extension fails on to build on some win32 setups). | Ilia Alshanetsky | 2005-10-25 | 1 | -1/+1 |
| | |||||
* | Unicode support. | Andrei Zmievski | 2005-08-11 | 1 | -10/+26 |
| | |||||
* | - 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 |
| | | | | | # Thanks to Stefan for noticing the problem. | ||||
* | Fixed bug #33070 (Improved performance of bzdecompress() by several orders | Ilia Alshanetsky | 2005-06-05 | 1 | -45/+35 |
| | | | | | of magnitude). | ||||
* | - 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 |
| | | | | | wrapper). | ||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -2/+2 |
| | | | | | to support multi-ABI platforms. | ||||
* | 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 |
| |