summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* - CleanupJani Taskinen2009-08-031-68/+67
* - Fix output compressionJani Taskinen2009-08-031-1/+1
* - Add note about missing breakJani Taskinen2009-05-261-0/+1
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - 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
* Avoid leaks when zlib streams can not be closed properly.Arnaud Le Blanc2008-08-021-1/+23
* - MFB: Added arginfo (functions)Felipe Pena2008-07-031-11/+88
* New way for check void parametersFelipe Pena2008-03-041-2/+2
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* - fixed bug #40325 (Vary: header missing in gzip output handlers); no MFHMichael Wallner2007-04-181-2/+13
* - add note about the past for the future, see http://bugs.php.net/?id=40310&e...Michael Wallner2007-02-021-0/+2
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* - fix protosMichael Wallner2006-11-161-8/+8
* 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-041-7/+8
* - output handler alias ctor should know about chunk_size and flagsMichael Wallner2006-08-311-3/+4
* - good bye ob_gzhandlerMichael Wallner2006-08-301-7/+2
* - allow (de)activation with ini_set()Michael Wallner2006-08-301-31/+61
* - avoid a loop around deflate() by using Z_SYNC_FLUSH for standard writeMichael Wallner2006-08-301-3/+3
* - implement new output APIMichael Wallner2006-08-301-845/+542
* upgrade the rest of the functions to Unicode (except ob_gzhandler, that I lea...Nuno Lopes2006-07-271-12/+15
* 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
* 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
* Added automatic module globals managementDmitry Stogov2006-06-131-15/+8
* Nuke unused varHannes Magnusson2006-06-111-1/+1
* - explicit usage of TS macrosMichael Wallner2006-06-031-11/+11
* - fix encodingMichael Wallner2006-06-021-1/+1
* - new output control codeMichael Wallner2006-06-021-23/+54
* fix build. ZSTR() must be applied to the buf argument of php_stream macrosFrank M. Kromann2006-04-291-1/+1
* So long safe_mode mode.Ilia Alshanetsky2006-03-081-1/+0
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-8/+1
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-3/+3
* bump year and license versionfoobar2006-01-011-3/+3
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - fix the fixMichael Wallner2005-10-251-1/+1
* - fix bug #34821 zlib encoders fail on widely varying binary data on windowsMichael Wallner2005-10-251-4/+11
* Resolved bug #34240.Ilia Alshanetsky2005-09-021-1/+1
* Fixed bug #34191 (ob_gzhandler does not enforce trailing \0).Ilia Alshanetsky2005-08-211-0/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Add zlib stream filter supportSara Golemon2004-07-171-0/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-4/+6
* Code cleanup:Stefan Roehrich2003-09-061-194/+101