]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Sun, 20 Nov 2005 02:27:49 +0000 (02:27 +0000)
committerAndrei Zmievski <andrei@php.net>
Sun, 20 Nov 2005 02:27:49 +0000 (02:27 +0000)
TODO

diff --git a/TODO b/TODO
index 036167973985e8ff23ba197b5f07ce6f71d31bcc..dab3be425e1717bf90f0f628ffbbb12fdce28fb8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,6 +11,8 @@ Zend
     * 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.
+    * Clean up object->string conversion behavior wherever possible (switch(),
+      comparison, etc)
 
 
 global