summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* year++Xinchen Hui2018-01-021-1/+1
|
* Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-141-1/+1
| | | | Keep non-constant "php_stream_wrapper"s in API functions and callbacks for compatibility.
* Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
|
* fix datatypeAnatol Belski2017-07-101-1/+1
|
* Add more constants, improve comments, and add testsMatthew Trescott2017-06-251-0/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-7/+2
| |
* | Add dictionary option to {in,de}flate_init()Bob Weinand2015-05-151-1/+3
| |
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-0/+3
| |
* | Use zend_string* instead of char* for opened_patch handling. Avoid ↵Dmitry Stogov2015-03-041-1/+1
| | | | | | | | reallocations and improve string reuse.
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
| |
* | converted ext/zlib with static tsrm ls cacheAnatol Belski2014-10-151-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | reduce the struct size (under circumstances) on 64 bitAnatol Belski2014-09-131-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-3/+3
| |
* | ported ext/zlibAnatol Belski2014-08-191-3/+3
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-1/+1
| | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len.
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* binary compatibilityXinchen Hui2012-07-241-1/+1
|
* Re-fix bug #55544Xinchen Hui2012-07-241-0/+1
|
* Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression)Xinchen Hui2012-07-211-0/+1
|
* MFH: Fixed bug #61287 (A particular string fails to decompress)Michael Wallner2012-03-051-0/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* fix bug #60326 - restore ob_gzhandlerStanislav Malyshev2011-12-261-9/+10
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-17/+29
| | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-29/+17
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-17/+29
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when ↵Jani Taskinen2009-08-031-0/+2
| | | | | | | set to a string value) # also fixes bug #35936 (ini.zlib.output-compression Documentation :)
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* move static declaration to *.c filesNuno Lopes2006-08-141-17/+0
| | | | | mroe static/const keywording
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Add zlib stream filter supportSara Golemon2004-07-171-0/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Code cleanup:Stefan Roehrich2003-09-061-1/+0
| | | | | | | | Fixed ob_gzhandler with register_long_arrays = On. Unified compression_coding global var (removed ob_gzip_coding). Switched to zend_parse_parameters(). Added some tests.
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)David Hill2003-03-101-2/+2
|
* Fixed zlib.output_compression so it can work even if zlib extension is built ↵Moriyoshi Koizumi2003-02-101-0/+1
| | | | as shared
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Fix ZTS build.Ilia Alshanetsky2002-12-311-1/+1
|