Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | MFB: change run-tests.php to add %a | Nuno Lopes | 2007-09-14 | 2 | -11/+11 | |
| | ||||||
* | Fixed test | Dmitry Stogov | 2007-06-18 | 1 | -2/+2 | |
| | ||||||
* | Fixed tests | Dmitry Stogov | 2007-06-18 | 2 | -6/+3 | |
| | ||||||
* | Fixed test | Dmitry Stogov | 2007-06-18 | 1 | -0/+1 | |
| | ||||||
* | Fixed bug #41304 (compress.zlib temp files left) | Dmitry Stogov | 2007-05-08 | 1 | -2/+2 | |
| | ||||||
* | MFB: Sync with zlib | Edin Kadribasic | 2007-04-29 | 1 | -16/+59 | |
| | ||||||
* | Prevent double close() of the same file handle | Dmitry Stogov | 2007-04-26 | 1 | -1/+1 | |
| | ||||||
* | - fixed bug #40325 (Vary: header missing in gzip output handlers); no MFH | Michael Wallner | 2007-04-18 | 1 | -2/+13 | |
| | | | | | | | [DOC] since PHP 6 a Vary header will be sent without regards to whether the negotiation was successful or not and unless the complete output buffer gets discarded | |||||
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 | |
| | ||||||
* | - add note about the past for the future, see ↵ | Michael Wallner | 2007-02-02 | 1 | -0/+2 | |
| | | | | http://bugs.php.net/?id=40310&edit=1 | |||||
* | fix #40189 (possible endless loop in zlib.inflate stream filter) | Antony Dovgal | 2007-01-25 | 1 | -0/+5 | |
| | ||||||
* | MFB | Nuno Lopes | 2007-01-03 | 1 | -2/+2 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 4 | -4/+4 | |
| | ||||||
* | MFB | Nuno Lopes | 2006-12-28 | 1 | -8/+8 | |
| | ||||||
* | cosmetic improvements | Antony Dovgal | 2006-12-05 | 1 | -1/+1 | |
| | ||||||
* | - fix protos | Michael Wallner | 2006-11-16 | 1 | -8/+8 | |
| | ||||||
* | MFB: Fixed compiler warnings | Ilia Alshanetsky | 2006-10-16 | 1 | -3/+3 | |
| | ||||||
* | Error message clean up | Hannes Magnusson | 2006-10-08 | 1 | -4/+4 | |
| | | | | | (patch by Matt W (php_lists -AT- realpain.com)) | |||||
* | Disabled autoconversion of hash keys (from string to unicode) for PHP arrays | Dmitry Stogov | 2006-09-19 | 1 | -1/+1 | |
| | ||||||
* | - fix issues with ob_start("ob_gzhandler") | Michael Wallner | 2006-09-04 | 3 | -7/+50 | |
| | | | | | - add tests | |||||
* | - fix tests SKIPIF | Michael Wallner | 2006-08-31 | 3 | -7/+3 | |
| | ||||||
* | - add basic zlib.output_compression tests | Michael Wallner | 2006-08-31 | 3 | -0/+66 | |
| | ||||||
* | - output handler alias ctor should know about chunk_size and flags | Michael Wallner | 2006-08-31 | 2 | -4/+5 | |
| | ||||||
* | - good bye ob_gzhandler | Michael Wallner | 2006-08-30 | 3 | -10/+4 | |
| | | | | | - ego promo | |||||
* | - allow (de)activation with ini_set() | Michael Wallner | 2006-08-30 | 1 | -31/+61 | |
| | ||||||
* | - add php_zlib_output_encoding() decl | Michael Wallner | 2006-08-30 | 1 | -0/+1 | |
| | ||||||
* | - avoid a loop around deflate() by using Z_SYNC_FLUSH for standard write | Michael Wallner | 2006-08-30 | 1 | -3/+3 | |
| | ||||||
* | - implement new output API | Michael Wallner | 2006-08-30 | 5 | -876/+608 | |
| | | | | | | | | | | - 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 | |||||
* | the error message is different on different OSes and zlib versions | Antony Dovgal | 2006-08-24 | 1 | -4/+4 | |
| | ||||||
* | upgrade the rest of the functions to Unicode (except ob_gzhandler, that I ↵ | Nuno Lopes | 2006-07-27 | 9 | -51/+51 | |
| | | | | | | | leave for Mike). also update tests to force binary data to be passed | |||||
* | convert void* to zstr when using the 't' parameter type | Nuno Lopes | 2006-07-27 | 1 | -12/+12 | |
| | ||||||
* | change char* to void* when using the 't' parameter (as noted by Andrei) | Nuno Lopes | 2006-07-08 | 1 | -4/+5 | |
| | ||||||
* | upgrade a couple of functions to Unicode | Nuno Lopes | 2006-07-07 | 1 | -10/+40 | |
| | ||||||
* | add new tests | Antony Dovgal | 2006-06-26 | 5 | -0/+283 | |
| | ||||||
* | zero-terminate strings produced with FORCE_DEFLATE | Antony Dovgal | 2006-06-26 | 1 | -0/+2 | |
| | ||||||
* | MFB: don't try to inflate empty strings | Antony Dovgal | 2006-06-26 | 1 | -0/+4 | |
| | ||||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -15/+8 | |
| | ||||||
* | MFB: Fixed compiler warning | Ilia Alshanetsky | 2006-06-12 | 1 | -3/+3 | |
| | ||||||
* | Nuke unused var | Hannes Magnusson | 2006-06-11 | 1 | -1/+1 | |
| | ||||||
* | - explicit usage of TS macros | Michael Wallner | 2006-06-03 | 1 | -11/+11 | |
| | | | | | # this could have been raised a lot earlier | |||||
* | - fix encoding | Michael Wallner | 2006-06-02 | 2 | -2/+2 | |
| | ||||||
* | - new output control code | Michael Wallner | 2006-06-02 | 2 | -25/+56 | |
| | | | | | | | | | | | | # 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 | |||||
* | fix build. ZSTR() must be applied to the buf argument of php_stream macros | Frank M. Kromann | 2006-04-29 | 1 | -1/+1 | |
| | ||||||
* | Silence false positive test failures | Sara Golemon | 2006-04-02 | 5 | -5/+5 | |
| | ||||||
* | Refactor streams layer for PHP6. | Sara Golemon | 2006-03-13 | 1 | -10/+10 | |
| | | | | | | | | | | Don't be frightened by the size of this commit. A significant portion of it is restoring the read buffer semantics back to what PHP4/5 use. (Or a close aproximation thereof). See main/streams/streams.c and ext/standard/file.c for a set of UTODO comments covering work yet to be done. | |||||
* | So long safe_mode mode. | Ilia Alshanetsky | 2006-03-08 | 1 | -1/+0 | |
| | | | | | | Also removed the magic_quotes configure option, no longer relevant since the magic is gone :-). | |||||
* | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -8/+1 | |
| | | | | | | | (calling ini_set('magic_....') returns 0|false - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false - set_magic_quotes_runtime raises an E_CORE_ERROR | |||||
* | - Get rid of using ENFORCE_SAFE_MODE. | Andi Gutmans | 2006-02-19 | 1 | -3/+3 | |
| | ||||||
* | fix tests | Antony Dovgal | 2006-02-02 | 2 | -3/+17 | |
| |