diff options
author | Markus Fischer <mfischer@php.net> | 2002-06-11 08:33:09 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-06-11 08:33:09 +0000 |
commit | b7cab12d21ec51e9d36a198a6135c35521c18c47 (patch) | |
tree | 5e3797c3ab4051c3823722e24b28e2d0d06dee3c /TODO | |
parent | 1d6686c93603213aca0f0f3664639df54125ec45 (diff) | |
download | php-git-b7cab12d21ec51e9d36a198a6135c35521c18c47.tar.gz |
- These things have been done already.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 -------- |