moriyoshi Sat Apr 12 18:29:01 2003 EDT
Modified files:
/php4 TODO
Log:
Moved a controversial entry to the proper place
# maybe it's time to replace output buffering facility with the streams?
Index: php4/TODO
diff -u php4/TODO:1.142 php4/TODO:1.143
--- php4/TODO:1.142 Sat Apr 12 17:53:46 2003
+++ php4/TODO Sat Apr 12 18:29:00 2003
@@ -32,7 +32,6 @@
(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 @@
* 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
-------------
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php