helly           Fri May 28 05:12:07 2004 EDT

  Modified files:              
    /php-src    TODO 
  Log:
  Remove finished tasks
  
http://cvs.php.net/diff.php/php-src/TODO?r1=1.154&r2=1.155&ty=u
Index: php-src/TODO
diff -u php-src/TODO:1.154 php-src/TODO:1.155
--- php-src/TODO:1.154  Sun Aug 17 13:52:20 2003
+++ php-src/TODO        Fri May 28 05:12:07 2004
@@ -7,13 +7,9 @@
       dimensional arrays.
     * Look at replacing c-lib call tolower().
     * Make hash API functions work with HASH_OF() to save time.
-    * Allow to set a default value for call-by-reference-parameters. 
-      eg: function hello (&$pallo = NULL) {} 
     * Add configure test to determine if dlsym() requires underscore and set
       DLSYM_NEEDS_UNDERSCORE accordingly. Perl and zsh have it in configure, 
       for example. (DONE?)
-    * Allow foreach ($array as $k => &$val) syntax. right now we cannot 
-      traverse an array without copying each element.
     * Native large number support (probably with GNU GMP)
     * Const'ify APIs. Right now, many functions leave parameters untouched,
       but don't declare those as const. This makes interaction with other

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

Reply via email to