Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | converted ext/zlib with static tsrm ls cache | Anatol Belski | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | reduce the struct size (under circumstances) on 64 bit | Anatol Belski | 2014-09-13 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
| | |||||
* | ported ext/zlib | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -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 Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | binary compatibility | Xinchen Hui | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | Re-fix bug #55544 | Xinchen Hui | 2012-07-24 | 1 | -0/+1 |
| | |||||
* | Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression) | Xinchen Hui | 2012-07-21 | 1 | -0/+1 |
| | |||||
* | MFH: Fixed bug #61287 (A particular string fails to decompress) | Michael Wallner | 2012-03-05 | 1 | -0/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | fix bug #60326 - restore ob_gzhandler | Stanislav Malyshev | 2011-12-26 | 1 | -9/+10 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 1 | -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 r296065 | Jani Taskinen | 2010-03-12 | 1 | -29/+17 |
| | |||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -17/+29 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when ↵ | Jani Taskinen | 2009-08-03 | 1 | -0/+2 |
| | | | | | | | set to a string value) # also fixes bug #35936 (ini.zlib.output-compression Documentation :) | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | move static declaration to *.c files | Nuno Lopes | 2006-08-14 | 1 | -17/+0 |
| | | | | | mroe static/const keywording | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Add zlib stream filter support | Sara Golemon | 2004-07-17 | 1 | -0/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Code cleanup: | Stefan Roehrich | 2003-09-06 | 1 | -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 Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) | David Hill | 2003-03-10 | 1 | -2/+2 |
| | |||||
* | Fixed zlib.output_compression so it can work even if zlib extension is built ↵ | Moriyoshi Koizumi | 2003-02-10 | 1 | -0/+1 |
| | | | | as shared | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Fix ZTS build. | Ilia Alshanetsky | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #21228 (broken check for ob_gzhandler). | Ilia Alshanetsky | 2002-12-30 | 1 | -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 Boerger | 2002-08-09 | 1 | -0/+1 |
| | | | | parameter... | ||||
* | 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 |
| |