]> granicus.if.org Git - php/commitdiff
- These things have been done already.
authorMarkus Fischer <mfischer@php.net>
Tue, 11 Jun 2002 08:33:09 +0000 (08:33 +0000)
committerMarkus Fischer <mfischer@php.net>
Tue, 11 Jun 2002 08:33:09 +0000 (08:33 +0000)
TODO

diff --git a/TODO b/TODO
index 25f2e05717378a377c32174127f6c3660b3dd2f8..149fa555f8e4b9b5a38f2ac545c93166508ec5f1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -22,8 +22,6 @@ 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.
-    * Add try..catch/throw exception handling.
-    * Fix Zend shallow copy issues with objects and arrays.
 
 
 global
@@ -123,7 +121,6 @@ ext/session
 
 ext/sockets
 -----------
-    * Make the extension work on windows (Daniel Beulshausen)
     * Make the extension work with Solaris and the Sun GCC
 
 ext/standard
@@ -141,8 +138,6 @@ ext/standard
         strrpos()
         strrchr()
         strip_tags()
-    * Rewrite win32 SMTP code to be usable for *ix to, maybe as a (default)
-      module of its own (Hartmut)
 
 ext/wddx
 --------