summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).Adam Harvey2010-03-112-2/+23
|
* Fixed testIlia Alshanetsky2010-01-191-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
|
* - Fixed bug #47179 (gzuncompress does not report expcted error)Jani Taskinen2009-12-092-10/+5
|
* - fix tests (this is ridiculous..)Jani Taskinen2009-12-092-3/+3
|
* - Fixed BC problem in new zlib implementation: truncated (invalid) short ↵Jani Taskinen2009-12-093-10/+19
| | | | data was not caught
* - Rename badly named functionJani Taskinen2009-12-091-3/+3
|
* wsJani Taskinen2009-12-082-58/+56
|
* - Fixed zlib.deflate compress filter to actually accpet level parameter.Jani Taskinen2009-08-312-17/+28
|
* - CleanupJani Taskinen2009-08-032-98/+67
|
* - Fix output compressionJani Taskinen2009-08-031-1/+1
|
* Still lots more Unicode work to be done here, but this is a startRasmus Lerdorf2009-07-263-4/+4
|
* New testArnaud Le Blanc2009-05-281-0/+11
|
* - Add note about missing breakJani Taskinen2009-05-261-0/+1
|
* Removing testRasmus Lerdorf2009-05-252-14/+0
|
* Fix compiler warnings (only in HEAD)Kalle Sommer Nielsen2009-05-191-2/+2
|
* Fix testArnaud Le Blanc2009-04-191-3/+3
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-104-4/+4
|
* New gzuncompress() test.Tested on WIndows, Linux and Linux 64 bitandy wharmby2009-01-231-0/+43
|
* final collection of zlib tests. tested on linux, windows and linux 64 bitDave Kelsey2009-01-222-0/+49
|
* correct minor mistakes in the php6 version of the zlib testsDave Kelsey2009-01-214-5/+5
|
* new tests for zlib extension, tested on windows, linux and linux64Dave Kelsey2009-01-2117-0/+588
|
* New gzuncompress() test. php6 tets fails currentlly due to #47179. Tested on ↵andy wharmby2009-01-211-0/+93
| | | | Windows, Linux and Linux 64 bit
* New gzencode() test. php6 tets fails currentlly due to #47178. Tested on ↵andy wharmby2009-01-212-0/+84
| | | | Windows, Linux and Linux 64 bit
* New gzinflate() error test. Tested on WIndows, Linux and Linux 64 bitandy wharmby2009-01-201-0/+83
|
* - Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results)Felipe Pena2009-01-201-0/+4
|
* new tests for zlib extension, tested on windows, linux and linux64Dave Kelsey2009-01-1987-0/+4686
|
* New zlib extension tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-01-1311-0/+887
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-12/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+12
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-12/+0
|
* MFB fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress ↵Greg Beaver2008-10-111-3/+16
| | | | | | | after end of stream MFB add concatenation option to bz2.decompress stream filter
* Avoid leaks when zlib streams can not be closed properly.Arnaud Le Blanc2008-08-021-1/+23
|
* MFB: Added tests for #42663Arnaud Le Blanc2008-07-242-0/+49
|
* - MFB: Added arginfo (functions)Felipe Pena2008-07-031-11/+88
|
* - MFB: does not enable zlib when a lib or header is missignPierre Joye2008-07-021-9/+12
|
* MFB and steph's pecl fixes into confutilsElizabeth Marie Smith2008-05-141-1/+1
|
* fix testGreg Beaver2008-04-131-0/+2
|
* New way for check void parametersFelipe Pena2008-03-041-2/+2
|
* fix potential memleak due to destruction of filterparams zvalGreg Beaver2008-02-121-27/+38
|
* - Fix test (no files in "root" please)Jani Taskinen2008-02-071-2/+6
|
* force tests to be run in CGI modeNuno Lopes2008-01-143-0/+6
|
* wrong file version merged in fix for Bug #40189, here is the correct fixGreg Beaver2008-01-121-6/+6
|
* MFB: far better fix for bug #40189Greg Beaver2008-01-121-4/+2
|
* fix faulty fix for Bug #40189, and provide real fix for the bugGreg Beaver2008-01-124-6/+43
|
* apply proper fix of bug #43793 to zlib.deflate (window+16 = gzip)Greg Beaver2008-01-091-1/+1
|
* apply same fix of bug #43793 to zlib.deflateGreg Beaver2008-01-091-1/+1
|
* fix Bug #43793: zlib filter is unable to auto-detect gzip/zlib file headersGreg Beaver2008-01-092-1/+42
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
|