diff options
author | Sascha Schumann <sas@php.net> | 2000-11-02 17:18:21 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-11-02 17:18:21 +0000 |
commit | d26cb379c81e7f4f0d61fd264d670b670f867408 (patch) | |
tree | 7e506b5a0c2c212f1966e5fe062b42808d547995 /TODO | |
parent | 32dcafc669f9fde937c4dea3324cf50580795996 (diff) | |
download | php-git-d26cb379c81e7f4f0d61fd264d670b670f867408.tar.gz |
Add note
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ Zend * look at replacing c-lib call tolower(). * make hash API functions work with HASH_OF() to save time. * 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 + interfaces difficult which pass const parameters to us. global ------ |