summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* added functions gzcompress() and gzuncompress() for direct stringHartmut Holzgraefe2000-05-251-0/+2
| | | | | compression as requested by BugId #1151
* Making ZLIB compile on Win32Frank M. Kromann2000-05-251-1/+1
|
* More php3_ cleanupZeev Suraski1999-12-171-2/+2
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+79
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.