Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commit patch as discussed on LinuxTag and posted to php-dev in June. | Stefan Roehrich | 2002-07-28 | 1 | -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 Furlong | 2002-04-10 | 1 | -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 Bakken | 2002-04-05 | 1 | -3/+12 |
| | |||||
* | Phase 1 of wrapper OO cleanup. | Wez Furlong | 2002-03-24 | 1 | -1/+1 |
| | | | | | # Collecting underpants | ||||
* | Convert the gzfile related functions into aliases for their equivalents | Wez Furlong | 2002-03-21 | 1 | -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 parameter | Wez Furlong | 2002-03-20 | 1 | -1/+1 |
| | |||||
* | TSRMLS related work on streams, as discussed with Zeev. | Wez Furlong | 2002-03-18 | 1 | -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 down | Wez Furlong | 2002-03-17 | 1 | -2/+1 |
| | | | | | | leaking streams should be easier. # I hate these big commits | ||||
* | change * formatting | Wez Furlong | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -0/+3 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
| | |||||
* | Fix some warnings | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | Make this compile in ZTS mode. | foobar | 2001-07-30 | 1 | -4/+2 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -10/+1 |
| | |||||
* | Implement internal output compression?\0020:wq | Zeev Suraski | 2001-03-06 | 1 | -0/+3 |
| | |||||
* | Implemented chunked output buffering support - it's quite cool! | Zeev Suraski | 2001-03-04 | 1 | -0/+2 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c | Hartmut Holzgraefe | 2000-11-21 | 1 | -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 output | Zeev Suraski | 2000-11-13 | 1 | -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-datastreams | Marc Pohl | 2000-11-08 | 1 | -0/+2 |
| | |||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -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 functions | Andi Gutmans | 2000-07-11 | 1 | -2/+2 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -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 Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | added functions gzcompress() and gzuncompress() for direct string | Hartmut Holzgraefe | 2000-05-25 | 1 | -0/+2 |
| | | | | | compression as requested by BugId #1151 | ||||
* | Making ZLIB compile on Win32 | Frank M. Kromann | 2000-05-25 | 1 | -1/+1 |
| | |||||
* | More php3_ cleanup | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -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 all | Sascha Schumann | 1999-12-04 | 1 | -0/+79 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |