summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-142-11/+11
* Fixed testDmitry Stogov2007-06-181-2/+2
* Fixed testsDmitry Stogov2007-06-182-6/+3
* Fixed testDmitry Stogov2007-06-181-0/+1
* Fixed bug #41304 (compress.zlib temp files left)Dmitry Stogov2007-05-081-2/+2
* MFB: Sync with zlibEdin Kadribasic2007-04-291-16/+59
* Prevent double close() of the same file handleDmitry Stogov2007-04-261-1/+1
* - fixed bug #40325 (Vary: header missing in gzip output handlers); no MFHMichael Wallner2007-04-181-2/+13
* TypoMartin Kraemer2007-03-141-1/+1
* - add note about the past for the future, see http://bugs.php.net/?id=40310&e...Michael Wallner2007-02-021-0/+2
* fix #40189 (possible endless loop in zlib.inflate stream filter)Antony Dovgal2007-01-251-0/+5
* MFBNuno Lopes2007-01-031-2/+2
* Bump year.Sebastian Bergmann2007-01-014-4/+4
* MFBNuno Lopes2006-12-281-8/+8
* cosmetic improvementsAntony Dovgal2006-12-051-1/+1
* - fix protosMichael Wallner2006-11-161-8/+8
* MFB: Fixed compiler warningsIlia Alshanetsky2006-10-161-3/+3
* Error message clean upHannes Magnusson2006-10-081-4/+4
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-1/+1
* - fix issues with ob_start("ob_gzhandler")Michael Wallner2006-09-043-7/+50
* - fix tests SKIPIFMichael Wallner2006-08-313-7/+3
* - add basic zlib.output_compression testsMichael Wallner2006-08-313-0/+66
* - output handler alias ctor should know about chunk_size and flagsMichael Wallner2006-08-312-4/+5
* - good bye ob_gzhandlerMichael Wallner2006-08-303-10/+4
* - allow (de)activation with ini_set()Michael Wallner2006-08-301-31/+61
* - add php_zlib_output_encoding() declMichael Wallner2006-08-301-0/+1
* - avoid a loop around deflate() by using Z_SYNC_FLUSH for standard writeMichael Wallner2006-08-301-3/+3
* - implement new output APIMichael Wallner2006-08-305-876/+608
* the error message is different on different OSes and zlib versionsAntony Dovgal2006-08-241-4/+4
* upgrade the rest of the functions to Unicode (except ob_gzhandler, that I lea...Nuno Lopes2006-07-279-51/+51
* convert void* to zstr when using the 't' parameter typeNuno Lopes2006-07-271-12/+12
* change char* to void* when using the 't' parameter (as noted by Andrei)Nuno Lopes2006-07-081-4/+5
* upgrade a couple of functions to UnicodeNuno Lopes2006-07-071-10/+40
* add new testsAntony Dovgal2006-06-265-0/+283
* zero-terminate strings produced with FORCE_DEFLATEAntony Dovgal2006-06-261-0/+2
* MFB: don't try to inflate empty stringsAntony Dovgal2006-06-261-0/+4