summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* wsJani Taskinen2009-12-081-2/+2
|
* - CleanupJani Taskinen2009-08-031-30/+0
|
* - 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
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - output handler alias ctor should know about chunk_size and flagsMichael Wallner2006-08-311-1/+1
|
* - good bye ob_gzhandlerMichael Wallner2006-08-301-2/+1
| | | | | - ego promo
* - add php_zlib_output_encoding() declMichael Wallner2006-08-301-0/+1
|
* - implement new output APIMichael Wallner2006-08-301-16/+46
| | | | | | | | | | - ported deflate/inflate code - require zlib >= 1.2.0.4 - add gzdecode() # if we want the filter code to benefit from zlib 1.2 the # "streamable" API would have to be ported, too
* upgrade the rest of the functions to Unicode (except ob_gzhandler, that I ↵Nuno Lopes2006-07-271-3/+0
| | | | | | | leave for Mike). also update tests to force binary data to be passed
* - fix encodingMichael Wallner2006-06-021-1/+1
|
* - new output control codeMichael Wallner2006-06-021-2/+2
| | | | | | | | | | | | # scan README.NEW-OUTPUT-API to get a grasp # tree has been tagged with BEFORE_NEW_OUTPUT_API # # TODO: # - improve existing output handlers # - move zlib.output_compression cruft from SAPI.c to zlib.c # - output_encoding handling was ambigious, resp. is undefined yet # - more tests
* 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
|
* Fixed bug #21228 (broken check for ob_gzhandler).Ilia Alshanetsky2002-12-301-0/+1
| | | | | Fixed a bug that made ob_start return incorrect return value.
* Improved handling of output buffers (see news)\n#No trim for the string ↵Marcus Boerger2002-08-091-0/+1
| | | | parameter...
* Commit patch as discussed on LinuxTag and posted to php-dev in June.Stefan Roehrich2002-07-281-0/+3
| | | | | | | | | | Disables zlib.output_compression for scripts with image/ content-type header (fixes bug #16109) and makes it possible to switch zlib.output_compression during script execution before the headers are sent. @- zlib.output_compression is disabled for "image/" content-type @ headers and can be changed during script execution. (Stefan)
* Implement stream context and status notification system.Wez Furlong2002-04-101-1/+1
| | | | | | Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago
* @Add zlib.output_compression_level option (Stig)Stig Bakken2002-04-051-3/+12
|
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-1/+1
| | | | | # Collecting underpants
* Convert the gzfile related functions into aliases for their equivalentsWez Furlong2002-03-211-13/+0
| | | | | | | | | | in ext/standard/file.c, so a gzopen()ed file pointer can be used in fread, fseek etc. Improved behaviour of zlib stream. Moved passthru code into streams.c # I'm not happy about BG(mmap_file) Nuked gzgetss_state as no longer needed.
* add forgotten parameterWez Furlong2002-03-201-1/+1
|
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-1/+1
| | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-2/+1
| | | | | | leaking streams should be easier. # I hate these big commits
* change * formattingWez Furlong2002-03-161-1/+1
|
* New PHP streams...Wez Furlong2002-03-151-0/+3
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* more tsrm cleanupSascha Schumann2001-08-051-1/+1
|
* Fix some warningsZeev Suraski2001-07-311-1/+1
|
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+1
|
* Make this compile in ZTS mode.foobar2001-07-301-4/+2
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-10/+1
|
* Implement internal output compression?\0020:wqZeev Suraski2001-03-061-0/+3
|
* Implemented chunked output buffering support - it's quite cool!Zeev Suraski2001-03-041-0/+2
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.cHartmut Holzgraefe2000-11-211-0/+3
| | | | | so all the #define/#include workarounds in zlib.c are no longer needed
* - Import Jade Nicoletti's transparent gzip encoding support as an outputZeev Suraski2000-11-131-5/+15
| | | | | | | handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive
* add gzdeflate() and gzinflate() for handling of pure gzip-datastreamsMarc Pohl2000-11-081-0/+2
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-16/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* - Don't need extern for functionsAndi Gutmans2000-07-111-2/+2
|