summaryrefslogtreecommitdiff
path: root/ext/bz2
Commit message (Collapse)AuthorAgeFilesLines
* Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-8/+10
|
* MFB: far better fix for bug #40189Greg Beaver2008-01-121-8/+5
|
* fix faulty fix for Bug #40189, and provide real fix for the bugGreg Beaver2008-01-121-6/+8
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
|
* Fixed bug #43589 (a possible infinite loop in bz2_filter.c)Ilia Alshanetsky2007-12-161-0/+2
| | | | | # Patch by Greg Beaver
* 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
| | | | | (patch by Matt W (php_lists -AT- realpain.com))
* 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
| | | | (leads to segfault in libbz2)
* fix invalid read with bzopen("","") and prevent filename from being empty ↵Antony Dovgal2006-06-211-1/+7
| | | | | | | (which causes endless loop somewhere is libbz2) tests will follow
* Added argument infoHannes Magnusson2006-06-101-8/+51
| | | | | | Fixed protos Fixed vim folding
* Make some tests pass.Sara Golemon2006-04-024-4/+4
| | | | | | compression is just a binary thing. Write unicode and suffer my wrath!
* Refactor streams layer for PHP6.Sara Golemon2006-03-131-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_sybasePierre Joye2006-03-081-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 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
| | | | | # Thanks to Stefan for noticing the problem.
* Fixed bug #33070 (Improved performance of bzdecompress() by several ordersIlia Alshanetsky2005-06-051-45/+35
| | | | | of magnitude).
* - 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
| | | | | wrapper).
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-2/+2
| | | | | to support multi-ABI platforms.
* Persistent mallocs can return NULL (on failure)Sara Golemon2004-07-211-1/+16
|
* Add bz2 stream filter supportSara Golemon2004-07-208-111/+528
|