Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Fixed a nasty resource/memory/disk-space leak when opening zlib files | Ilia Alshanetsky | 2004-08-26 | 1 | -2/+8 |
| | | | | | via wrapper stacking ala compress.zlib://http://... | ||||
* | - Fixed bug #25385 (ob_gzhandler(): typo in sapi_add_header_ex() call) | foobar | 2003-09-10 | 1 | -1/+1 |
| | |||||
* | Compiler warning fixes. | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #25218 ("deflate" compressed pages had a gzip header, which | Stefan Roehrich | 2003-08-28 | 1 | -4/+4 |
| | | | | | should only be sent with "gzip" compressed pages). | ||||
* | MFH: nuked unused variable | foobar | 2003-08-11 | 1 | -1/+0 |
| | |||||
* | - MFH: Memleak fix | Derick Rethans | 2003-08-09 | 1 | -3/+2 |
| | |||||
* | MFH: Fixed bug #24827 (ob_gzhandler overrides Vary header) | Ilia Alshanetsky | 2003-07-27 | 1 | -2/+2 |
| | |||||
* | MFH: zlib fix | Ilia Alshanetsky | 2003-07-24 | 1 | -7/+5 |
| | |||||
* | Make PHP_CHECK_LIBRARY use PHP_EVAL_LIBLINE which automatically | Sascha Schumann | 2003-07-01 | 1 | -6/+1 |
| | | | | | eliminates /usr/lib references | ||||
* | MFH Don't add -L/usr/lib | Sascha Schumann | 2003-06-27 | 1 | -1/+6 |
| | |||||
* | Revert bogus commit | Rasmus Lerdorf | 2003-05-21 | 1 | -21/+0 |
| | |||||
* | MFH (ob_gzhandler and zlib.output_compression should send a Content-Length | Sander Roobol | 2003-05-21 | 1 | -0/+21 |
| | | | | | header if the length of the complete compressed output is known) | ||||
* | 64-bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) | David Hill | 2003-03-10 | 1 | -2/+2 |
| | | | | | @64-bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) | ||||
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-07 | 1 | -1/+1 |
| | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
* | MFH | Stefan Esser | 2003-03-06 | 1 | -7/+7 |
| | |||||
* | MFH: fixed zlib.output_compression | Moriyoshi Koizumi | 2003-02-11 | 2 | -0/+19 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 3 | -3/+3 |
| | |||||
* | MFH: Fix for 21304 (gzopen not reporting errors, "a" mode broken). | Wez Furlong | 2002-12-31 | 2 | -7/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | MFH | Ilia Alshanetsky | 2002-12-30 | 2 | -18/+29 |
| | |||||
* | Centralize the fopencookie test. | Wez Furlong | 2002-12-09 | 1 | -1/+0 |
| | |||||
* | Be pedantic with the return value | Wez Furlong | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | Add this test for gzreading non-compressed data. | Wez Furlong | 2002-11-19 | 1 | -0/+47 |
| | |||||
* | Remove a memset I added while debugging | Wez Furlong | 2002-11-19 | 1 | -1/+0 |
| | |||||
* | Resolve some problems with zlib streams, mostly related to opening the | Wez Furlong | 2002-11-19 | 2 | -13/+64 |
| | | | | | | | stream with an invalid mode. There still seem to be some issues when reading from non-compressed files. Investigation continues. | ||||
* | Remove redundant info line (all wrappers are listed near the start of | Wez Furlong | 2002-11-18 | 1 | -1/+0 |
| | | | | | the phpinfo page). | ||||
* | Fixed OnUpdate_zlib_output_compression() behaviour | Moriyoshi Koizumi | 2002-11-03 | 1 | -7/+7 |
| | |||||
* | Fix for 19906. | Wez Furlong | 2002-10-15 | 1 | -4/+5 |
| | | | | | | | | gzeof has different semantics from feof, in that gzeof will return true if the read position is at EOF, even if the most recent read was 100% successful. feof will return true only (usually) if the most recent fread failed. | ||||
* | Don't use streams-level buffer on zlib streams. | Wez Furlong | 2002-10-15 | 1 | -1/+3 |
| | |||||
* | Make zlib-dir actually mean something during the check | Rasmus Lerdorf | 2002-10-07 | 1 | -1/+3 |
| | |||||
* | Argh! Revert. I'm on drugs. Was linking in a newer libz when I checked | Rasmus Lerdorf | 2002-10-07 | 1 | -2/+6 |
| | | | | | this. | ||||
* | Oops, should still define that. Didn't think I needed it as nothing in | Rasmus Lerdorf | 2002-10-07 | 1 | -0/+2 |
| | | | | | ext/zlib checks it, but it is checked elsewhere. | ||||
* | This restriction is no longer true after the streams changes. | Rasmus Lerdorf | 2002-10-07 | 1 | -7/+1 |
| | |||||
* | This seems to resolve the issues with fgets. | Wez Furlong | 2002-10-05 | 1 | -6/+6 |
| | | | | | | | | I've moved EOF detection into the streams layer; a stream reader implementation should set stream->eof when it detects EOF. Fixed test for user streams - it still fails but that is due to an output buffering bug. | ||||
* | Move wrong output buffer usage check to ob_gzhandler init. | Yasuo Ohgaki | 2002-10-03 | 1 | -0/+18 |
| | | | | | Export some output buffer functions. | ||||
* | Revisted Wez patch: chunk_size 0 means cahce the whole output. So | Marcus Boerger | 2002-10-02 | 1 | -2/+4 |
| | | | | | | | we must apply the default before calling php_enable_output_compression(). I have left the default setting in the rinit function even though i do think it is not necessary. | ||||
* | Fix infinite recursion bug when using zlib output compression. | Wez Furlong | 2002-09-30 | 1 | -0/+2 |
| | | | | | | | | | | Cause: the chunk size is taken from the zlib.output_compression setting, which is 0 or 1. This causes the block_size for output buffer to be set to 0 (1 / 2) and thus causes infinite recursion in php_ob_allocate(). Solution: use a value of 0 for the chunk size which will use the default sizes. Also add a sanity check which will default the block_size to 1 if it ends up as 0. | ||||
* | Rename file_get_wrapper_data -> file_get_meta_data. | Wez Furlong | 2002-09-26 | 1 | -3/+5 |
| | | | | | | | | | | It now always returns useful information for all streams. Unified that data with socket_get_status and made socket_get_status an alias for file_get_meta_data. Fix Location header following which was broken in this commit: http://cvs.php.net/diff.php/php4/ext/standard/http_fopen_wrapper.c?r1=1.41&r2=1.42&ty=h | ||||
* | Implement read buffering in streams. | Wez Furlong | 2002-09-23 | 1 | -14/+11 |
| | | | | | | | | | | | | Eliminate similar code from network.c. Implement fgets equivalent at the streams level, which can detect the mac, dos and unix line endings and handle them appropriately. The default behaviour is unix (and dos) line endings. An ini option to control this behaviour will follow. # Don't forget to make clean! # I've done some testing but would appreciate feedback from # people with scripts/extensions that seek around a lot. | ||||
* | @- Added --disable-all configure option. (Jani) | foobar | 2002-09-04 | 1 | -3/+3 |
| | |||||
* | Use zend_ini_string instead of the 'alias'. | foobar | 2002-09-03 | 1 | -1/+1 |
| | |||||
* | Fix ob_gzhandler()'s handling of requests w/o compression but that do have | Zeev Suraski | 2002-08-23 | 1 | -4/+2 |
| | | | | | the Accept-Encoding header | ||||
* | *cough* | Wez Furlong | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | Fix error messages. | Wez Furlong | 2002-08-22 | 2 | -2/+3 |
| | |||||
* | Fixed prototype. | Stefan Roehrich | 2002-08-22 | 1 | -15/+16 |
| | | | | | Fixed double printing of function name in docref error messages. | ||||
* | change to php_error_docref() | Marcus Boerger | 2002-08-20 | 1 | -17/+17 |
| | | | | | #documentation about output relevant ini settings will be in ref.outcontrol | ||||
* | Changed handling of output buffer sizes. | Marcus Boerger | 2002-08-20 | 1 | -17/+9 |
| | |||||
* | Changed my mind. | Yasuo Ohgaki | 2002-08-11 | 1 | -2/+0 |
| | | | | | | | Let users decided whether users want larger chunk size or not. @ Changed zlib.output_compression behavior. If larger chunk is preferred, enable output_buffering also. (Marcus, Yasuo) | ||||
* | Generally speaking, sending packets less than 1KB is not efficient. | Yasuo Ohgaki | 2002-08-11 | 1 | -1/+3 |
| | | | | | | We're better to take some benchmarks see if removing extra buffer is actually a good idea or not. | ||||
* | corrected handling of internal output buffers | Marcus Boerger | 2002-08-10 | 1 | -3/+1 |
| | | | | | minor fixs |