Just a little addition:

implicit_flush=on:

php_body_write_wrapper()
  - php_ub_body_write_no_header()
      - php_apache_sapi_ub_write()
      - php_apache_sapi_flush()

implicit_flush=off:

php_body_write_wrapper()
  - php_ub_body_write_no_header()
      - php_apache_sapi_ub_write()

As long as flushing behaviour is properly handled in the output buffering 
facility, there's apparently no need for automatic flushing at the SAPI 
level.

Moriyoshi

Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote:

> implicit_flush already works as a switch for that feature, so I think it's 
> quite reasonable to remove flushing code from ub_write() function.
> 
> Moriyoshi


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to