summaryrefslogtreecommitdiff
path: root/ext/bz2
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.5'Christopher Jones2013-08-061-1/+1
|\ | | | | | | | | * PHP-5.5: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes.
| * Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-302-5/+5
|/ | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len.
* Merge branch 'pull-request/320'Stanislav Malyshev2013-06-172-2/+2
| | | | | | | | | | | | | | | | * pull-request/320: this is test 5 not 6 fix race condition more shared names that create race conditions change to a unique filename more shared filenames yet another shared filename don't share a filename to stop race conditions fix race condition for 2-4 and normalize names for others fix race condition when running tests in parallel clean up after test Fix #64572: Clean up after the test Fix #64572: Clean up after the test
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Happy New YearXinchen Hui2013-01-013-3/+3
|
* - Year++Felipe Pena2012-01-013-3/+3
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-7/+0
| | | | the details) for BC reasons but do not allow to set enable MQ
* - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+4
| | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning).Ilia Alshanetsky2011-06-051-0/+24
|
* - Year++Felipe Pena2011-01-013-3/+3
|
* Fix bug #52826 (phpinfo is incorrect for bzip2 stream wrapper).Adam Harvey2010-09-131-1/+1
|
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵Felipe Pena2010-06-261-3/+12
| | | | for function aliases)
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+112
|
* Removed safe_modeKalle Sommer Nielsen2010-04-261-3/+3
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-112/+0
| | | | anymore and are barely updated nor available for all extensions
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-033-3/+3
|
* - check for static lib as wellPierre Joye2009-06-101-1/+1
|
* MFH: Fix compiler warningsKalle Sommer Nielsen2009-05-151-4/+4
|
* Make message punctuation consistent across PHPChristopher Jones2009-02-051-3/+3
|
* Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress ↵Greg Beaver2009-02-031-20/+31
| | | | after end of stream)
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-7/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+7
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-7/+0
|
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
|
* fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after ↵Greg Beaver2008-10-111-7/+54
| | | | | | | end of stream [DOC] add concatenation option to bz2.decompress stream filter
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-2/+0
|
* MFH: add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose()Antony Dovgal2008-07-231-0/+3
|
* on the contrary, string length is intAntony Dovgal2008-07-011-2/+2
|
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-224-40/+39
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-8/+10
|
* 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
| | | | | | | - change %s to %a - make %s = [^\r\n]+ - fix tests accordingly
* 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
| | | | | | | wrappers. Issues idendtified by MOPB-20 and MOPB-21
* 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
| | | | | mroe static/const keywording
* a few more static keywordingNuno Lopes2006-08-142-23/+23
|