]> granicus.if.org Git - php/commitdiff
Add note
authorSascha Schumann <sas@php.net>
Thu, 2 Nov 2000 17:18:21 +0000 (17:18 +0000)
committerSascha Schumann <sas@php.net>
Thu, 2 Nov 2000 17:18:21 +0000 (17:18 +0000)
TODO

diff --git a/TODO b/TODO
index 07974c94bef52651d55bfd4140824feac42d7607..03514f8afa51b7e85e68364d7e858271ece60182 100644 (file)
--- 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
 ------