andrei          Sat Nov 19 21:27:50 2005 EDT

  Modified files:              
    /php-src    TODO 
  Log:
  
  
http://cvs.php.net/diff.php/php-src/TODO?r1=1.157&r2=1.158&ty=u
Index: php-src/TODO
diff -u php-src/TODO:1.157 php-src/TODO:1.158
--- php-src/TODO:1.157  Mon Aug 15 18:33:46 2005
+++ php-src/TODO        Sat Nov 19 21:27:49 2005
@@ -11,6 +11,8 @@
     * 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to