]> granicus.if.org Git - php/commitdiff
Moved a controversial entry to the proper place
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 12 Apr 2003 22:29:00 +0000 (22:29 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 12 Apr 2003 22:29:00 +0000 (22:29 +0000)
# maybe it's time to replace output buffering facility with the streams?

TODO

diff --git a/TODO b/TODO
index 3bb62d7e9bdc8478fec3511809f3c1547e1b31f5..7a5808602c6bfd418cb0fc19ee127551a510283c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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
 -------------