diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-04-12 22:29:00 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-04-12 22:29:00 +0000 |
commit | 9b87fe97026fc14e689bd9755f8f115926b95f81 (patch) | |
tree | c29105e27583cf4a768b41e02c31760445f2e2fd /TODO | |
parent | 4057c0cc7d8055c0d1469599d6c8371a087bf0b6 (diff) | |
download | php-git-9b87fe97026fc14e689bd9755f8f115926b95f81.tar.gz |
Moved a controversial entry to the proper place
# maybe it's time to replace output buffering facility with the streams?
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,6 @@ global (DONE ?) * Use arg_separator.input to implode args in the CGI sapi extension and arg_separator.input to explode in php_build_argv(). (DONE?) - * Implement flush feature suitable for nested output buffers. * bundle and use curl lib for fopen wrapper. * --enable-all in configure. (--enable-shared=max ...) * make configure print out a summary when it's done (like XEmacs) @@ -53,6 +52,7 @@ global * find a better way to implement script timeouts. SIGVTALRM is used by some POSIX threads implementations (i.e. OpenBSD) and is not available in ZTS mode. + * Implement flush feature suitable for nested output buffers. documentation ------------- |