summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-05-28 09:12:07 +0000
committerMarcus Boerger <helly@php.net>2004-05-28 09:12:07 +0000
commit0aceba0a8dcd15e6bfe46b97cff77b925403ced4 (patch)
tree82a7c03249b74784228fe702636234ff525f374f /TODO
parenta8ced60e043102effeb892ad36a239115cc25633 (diff)
downloadphp-git-0aceba0a8dcd15e6bfe46b97cff77b925403ced4.tar.gz
Remove finished tasks
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
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