From: Sascha Schumann Date: Thu, 2 Nov 2000 17:18:21 +0000 (+0000) Subject: Add note X-Git-Tag: php-4.0.4RC3~379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d26cb379c81e7f4f0d61fd264d670b670f867408;p=php Add note --- diff --git a/TODO b/TODO index 07974c94be..03514f8afa 100644 --- a/TODO +++ b/TODO @@ -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 ------