| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix ob_gzhandler()'s handling of requests without compression, but that do | Zeev Suraski | 2002-08-23 | 1 | -4/+2 |
| | | | | | | have an Accept-Encoding header | ||||
| * | Fix for #15930 in release branch. | Stefan Roehrich | 2002-03-13 | 2 | -23/+93 |
| | | | | | | | | @- The second parameter of gzencode() now is the compression level @ like in the documentation. The encoding mode is a third (optional) @ parameter. (Stefan) | ||||
| * | Fix for #14939 in release branch. | Stefan Roehrich | 2002-03-13 | 2 | -2/+11 |
| | | |||||
| * | Added ob_get_status() to get array of buffers and it's status. | Yasuo Ohgaki | 2002-03-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | (DO NOT document this function yet) Fixed crash bug with ob_end_*() function. ob_end_*() will not delete buffers that may not be deleted. php_start_ob_buffer() and php_ob_set_internal_handler() takes parameter for if the buffer created may be deleted or not. Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be deleted until script finshes. Changed ob_*() function that have void return type to bool. All ob_*() functions return TRUE for success, FALSE for failure. @ - Added ob_get_status() to get array of buffers and it's status. (Yasuo) @ - Fixed crash bug with ob_end_*() function. ob_end_*() will not delete @ buffers that may not be deleted. (Yasuo) @ - Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be @ deleted until script finshes. (Yasuo) @ - Changed ob_*() function that have void return type to bool. All ob_*() @ functions return TRUE for success, FALSE for failure. (Yasuo) | ||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 3 | -6/+6 |
| | | |||||
| * | Unified the configure messages. | foobar | 2001-11-30 | 1 | -3/+2 |
| | | |||||
| * | Show the registered ini entry in phpinfo() | foobar | 2001-11-26 | 1 | -0/+2 |
| | | |||||
| * | restriction is relaxed because output handler couldn't be used even if ↵ | Rui Hirokawa | 2001-11-23 | 1 | -1/+2 |
| | | | | | zlib.output_compression is set to off. | ||||
| * | - fix crash bug | Derick Rethans | 2001-10-27 | 1 | -2/+1 |
| | | |||||
| * | Modified the error message a bit. Happy now Andi? :) | foobar | 2001-10-27 | 1 | -1/+1 |
| | | |||||
| * | - Prevent PHP from starting if output_handler is set and | foobar | 2001-10-27 | 1 | -1/+20 |
| | | | | | | | zlib.output_compression is on - Added notes to the bundled php.ini files about this. | ||||
| * | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
| * | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -16/+16 |
| | | | | | | I've got pretty much everything now... | ||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -33/+33 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | | |||||
| * | Killed a compile warning. | foobar | 2001-08-22 | 1 | -1/+1 |
| | | |||||
| * | Send Content-Length if we're sending just one chunk | Zeev Suraski | 2001-08-16 | 2 | -4/+4 |
| | | |||||
| * | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -4/+4 |
| | | |||||
| * | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
| | | |||||
| * | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 2 | -14/+11 |
| | | |||||
| * | Fix some warnings | Zeev Suraski | 2001-07-31 | 2 | -2/+2 |
| | | |||||
| * | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 3 | -9/+9 |
| | | |||||
| * | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 1 | -2/+2 |
| | | |||||
| * | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
| | | |||||
| * | Make this compile in ZTS mode. | foobar | 2001-07-30 | 2 | -16/+10 |
| | | |||||
| * | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
| | | |||||
| * | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
| | | | | | the way | ||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -28/+9 |
| | | |||||
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -4/+4 |
| | | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
| * | change test-name | Thies C. Arntzen | 2001-07-13 | 1 | -1/+1 |
| | | |||||
| * | make sure all string from zlib are \0 terminated. | Thies C. Arntzen | 2001-07-13 | 4 | -6/+59 |
| | | | | | | | change one realloc to erealloc (though this code is never reached IMHO) add regression tests | ||||
| * | fixed #12091. added \0 bytes at EOS in a few cases. | Thies C. Arntzen | 2001-07-13 | 1 | -5/+9 |
| | | |||||
| * | gzencode() now zero-terminates its buffer. | Thies C. Arntzen | 2001-07-11 | 1 | -1/+2 |
| | | |||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | | |||||
| * | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -12/+53 |
| | | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
| * | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | | |||||
| * | A few modifications to make the ZLIB checks work better. | foobar | 2001-05-20 | 1 | -23/+25 |
| | | |||||
| * | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
| | | |||||
| * | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
| | | |||||
| * | Fix special treatment of zlib by introducing the Apache concept | Sascha Schumann | 2001-05-11 | 2 | -5/+0 |
| | | | | | | of config.m4 hierarchies. | ||||
| * | Moved the zlib configure before other extensions. | foobar | 2001-05-10 | 2 | -44/+54 |
| | | |||||
| * | Send the correct Vary headers, if we negotiate a gzip/deflate session | Anil Madhavapeddy | 2001-03-30 | 1 | -0/+6 |
| | | | | | | | | via Accept-Encoding. This obeys a SHOULD directive in RFC2616 PR: 10070 | ||||
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
| * | add missing globals fetches | Daniel Beulshausen | 2001-03-07 | 1 | -0/+3 |
| | | |||||
| * | Implement internal output compression?\0020:wq | Zeev Suraski | 2001-03-06 | 2 | -34/+103 |
| | | |||||
| * | Implemented chunked output buffering support - it's quite cool! | Zeev Suraski | 2001-03-04 | 2 | -84/+109 |
| | | |||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 3 | -3/+3 |
| | | |||||
| * | Finish fopen-wrappers rename. | Sascha Schumann | 2001-02-23 | 2 | -2/+2 |
| | | |||||
| * | changed zlibstat.lib -> zlib.lib, which is the correct name | Daniel Beulshausen | 2001-02-20 | 1 | -2/+2 |
| | | |||||
