#
f7a84998 |
| 03-Apr-2003 |
Moriyoshi Koizumi |
Fixed memleak in output buffering facility
|
#
e2333fd1 |
| 01-Apr-2003 |
Sascha Schumann |
Fix an uninitialized read, default to FAILURE
|
#
5ca07877 |
| 25-Mar-2003 |
Sebastian Bergmann |
Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.
|
Revision tags: php-4.3.2RC1 |
|
#
5c90216d |
| 06-Mar-2003 |
David Hill |
64-bit correction to variables passed to zend_parse_parameters @64-bit correction to variables passed to zend_parse_parameters (Dave)
|
Revision tags: php-4.3.1 |
|
#
a09e1397 |
| 09-Feb-2003 |
foobar |
Fixed compile failures when ZLIB / PCRE are compiled as shared extensions in same build.
|
#
2546f09b |
| 03-Feb-2003 |
Hartmut Holzgraefe |
proto-fix
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
9bb3dc69 |
| 27-Jan-2003 |
Ilia Alshanetsky |
Removed pointless checks.
|
#
2c5d4b8c |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
#
87a8b040 |
| 31-Dec-2002 |
Ilia Alshanetsky |
Fix ZTS build.
|
#
0acb52fc |
| 30-Dec-2002 |
Ilia Alshanetsky |
Fixed bug #21228 (broken check for ob_gzhandler). Fixed a bug that made ob_start return incorrect return value.
|
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1 |
|
#
1143a702 |
| 07-Oct-2002 |
Zeev Suraski |
Whitespace
|
#
df55f357 |
| 06-Oct-2002 |
Zeev Suraski |
Revert the implicit_flush mess. Do not revert it again under any circumstances! Yasuo/anybody else - if there are issues with implicit_flush, please inform me and I will fix the
Revert the implicit_flush mess. Do not revert it again under any circumstances! Yasuo/anybody else - if there are issues with implicit_flush, please inform me and I will fix them.
show more ...
|
#
de36720e |
| 06-Oct-2002 |
Zeev Suraski |
Begin the cleanup - remove ob_flush_all()
|
#
518e61de |
| 04-Oct-2002 |
Marcus Boerger |
suggest paranthesis around || and &&
|
#
39b0eb9b |
| 03-Oct-2002 |
Yasuo Ohgaki |
Fixed broken code by Derick. ob_implicit_flush() and ob_flush_all() are stopped working. var_dump() and hightlisht_string() outputs buffer contents wrongly with ob_implicit_flush().
Fixed broken code by Derick. ob_implicit_flush() and ob_flush_all() are stopped working. var_dump() and hightlisht_string() outputs buffer contents wrongly with ob_implicit_flush(). Everyone should be happy now. It was only OG(implicit_flush) interpretation issue after all.
show more ...
|
#
df431074 |
| 03-Oct-2002 |
James Moore |
Keep comments and code in sync.
|
#
b169932d |
| 03-Oct-2002 |
Sebastian Bergmann |
Fix warnings.
|
#
9b517c4b |
| 03-Oct-2002 |
Derick Rethans |
- Revert changed to implicit_flush behavior. The new behavior was not intended in the first place.
|
#
6c7202e1 |
| 03-Oct-2002 |
Yasuo Ohgaki |
Added comment for php_output_set_status(). Please use this function if you would like to prevent unwanted flush by implicit_flush=On or ob_implicit_flush().
|
#
66a50c53 |
| 03-Oct-2002 |
Yasuo Ohgaki |
Added ob_flush_all() that flushes bufferred contents until it actually sent/printed. @ Added ob_flush_all() that flushes all buffers. (Yasuo)
|
#
f534dc8f |
| 03-Oct-2002 |
Yasuo Ohgaki |
Added missing proto and foldings.
|
#
22bf2938 |
| 03-Oct-2002 |
Yasuo Ohgaki |
Move wrong output buffer usage check to ob_gzhandler init. Export some output buffer functions.
|
#
bec4574f |
| 03-Oct-2002 |
Yasuo Ohgaki |
Made some functions inline. Added static for unexported functions.
|
#
bd177ce7 |
| 03-Oct-2002 |
Yasuo Ohgaki |
Added ob_get_clean() and ob_get_flush(). Someone requested this feature before. @ Added ob_get_clean() and og_get_flush(). (Yasuo)
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
1e6557f6 |
| 02-Oct-2002 |
Marcus Boerger |
Fix implicit_flush
|