From: Andrei Zmievski Date: Sun, 20 Nov 2005 02:27:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: RELEASE_2_0_2~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41a8ac3af60937db33dea2cf14fbeca642aadb44;p=php *** empty log message *** --- diff --git a/TODO b/TODO index 0361679739..dab3be425e 100644 --- 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