moriyoshi               Fri May 30 18:32:37 2003 EDT

  Modified files:              
    /php4       TODO 
  Log:
  done.
  
  
Index: php4/TODO
diff -u php4/TODO:1.152 php4/TODO:1.153
--- php4/TODO:1.152     Fri May 30 12:15:19 2003
+++ php4/TODO   Fri May 30 18:32:37 2003
@@ -27,8 +27,6 @@
     * on some platforms unimplemented function will just do nothing 
       (e.g. symlink) they should print a warning or not even be defined!
       (DONE ?)
-    * Use arg_separator.input to implode args in the CGI sapi extension
-      and arg_separator.input to explode in php_build_argv(). (DONE?)
     * --enable-all in configure. (--enable-shared=max ...)
     * make configure print out a summary when it's done (like XEmacs)
     * replace standard functions which work on static data with 
@@ -75,7 +73,7 @@
 
 ext/bz2
 -------
-    * Add an ini setting to specify the size of decompression buffer.
+    * Add an ini directive to specify the size of decompression buffer.
       The default 4k is too small for large files and also requires much time
       for decompression. 40k is suitable for such files, however it may be too
       much under certain environments. There should be appropriate default



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

Reply via email to