diff options
| author | Zeev Suraski <zeev@php.net> | 2000-01-13 17:37:25 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-01-13 17:37:25 +0000 |
| commit | 972631be7105a3120a405dc0d25c2dbb7179cd13 (patch) | |
| tree | fce49aae99b6b0f3f2cd2f80a9a5580ff495fa6b /sapi/phttpd/phttpd.c | |
| parent | c658fc5cbdede7c8d11c7bf7eb84b342ae34c2e3 (diff) | |
| download | php-git-972631be7105a3120a405dc0d25c2dbb7179cd13.tar.gz | |
- Added flush() support to SAPI
- Got rid of the old flush() implemenetation in favour of the new one
- Added implicit_flush() support to the output buffering layer.
@- Added implicit_flush() to control whether flush() should be called
@ implicitly after any output (Zeev)
Diffstat (limited to 'sapi/phttpd/phttpd.c')
| -rw-r--r-- | sapi/phttpd/phttpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c index a6697952cd..5906e16faf 100644 --- a/sapi/phttpd/phttpd.c +++ b/sapi/phttpd/phttpd.c @@ -168,6 +168,7 @@ static sapi_module_struct sapi_module = { php_module_shutdown_wrapper, /* shutdown */ php_phttpd_sapi_ub_write, /* unbuffered write */ + NULL, /* flush */ php_error, /* error handler */ |
