wez             Thu Feb 27 13:23:50 2003 EDT

  Modified files:              
    /php4       TODO 
  Log:
  Update todo slightly
  
  
Index: php4/TODO
diff -u php4/TODO:1.138 php4/TODO:1.139
--- php4/TODO:1.138     Mon Dec  2 11:38:22 2002
+++ php4/TODO   Thu Feb 27 13:23:50 2003
@@ -24,9 +24,7 @@
 
 global
 ------
-    For PHP 4.3.0:
-    * Change PHP error messages, so that they point to pages or sections 
-      in the PHP Manual.   
+    For PHP 5.0.0
     * Make sure that all ZTS globals get destructed. Most ts_allocate_id()
       calls should have a dtor entry.
     * on some platforms unimplemented function will just do nothing 
@@ -35,8 +33,6 @@
     * 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.
-
-    For PHP 5.0.0
     * 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)
@@ -50,7 +46,6 @@
     * Move most extensions and PEAR packages out of the PHP CVS tree,
       include them again during release packaging.
 
-
     Other
     * use thread-safe resolver functions (either require BIND 8 or adns).
     * implement javadoc based function docs template system.
@@ -58,7 +53,6 @@
     * 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.
-
 
 documentation
 -------------



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to