From 0aceba0a8dcd15e6bfe46b97cff77b925403ced4 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 28 May 2004 09:12:07 +0000 Subject: Remove finished tasks --- TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 97e57c41a6..5e7ac3897f 100644 --- a/TODO +++ b/TODO @@ -7,13 +7,9 @@ Zend 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 -- cgit v1.2.1