summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-01-09 00:18:28 +0000
committerfoobar <sniper@php.net>2005-01-09 00:18:28 +0000
commitfc9d60b66a79b84ca8bc5edb85c003c194e65f45 (patch)
treeaee73ffa10024b44a946af2f29db10cad01b5d8a /TODO
parent4db9db0cc7ac7aee377ae6da9e1e7e4b19762cca (diff)
downloadphp-git-fc9d60b66a79b84ca8bc5edb85c003c194e65f45.tar.gz
Remove done stuff
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 5e7ac3897f..2adea19447 100644
--- a/TODO
+++ b/TODO
@@ -7,9 +7,6 @@ Zend
dimensional arrays.
* Look at replacing c-lib call tolower().
* Make hash API functions work with HASH_OF() to save time.
- * 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?)
* 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