diff options
author | Marcus Boerger <helly@php.net> | 2004-05-28 09:12:07 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-05-28 09:12:07 +0000 |
commit | 0aceba0a8dcd15e6bfe46b97cff77b925403ced4 (patch) | |
tree | 82a7c03249b74784228fe702636234ff525f374f /TODO | |
parent | a8ced60e043102effeb892ad36a239115cc25633 (diff) | |
download | php-git-0aceba0a8dcd15e6bfe46b97cff77b925403ced4.tar.gz |
Remove finished tasks
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |