diff options
author | Jason Greene <jason@php.net> | 2002-06-11 13:48:49 +0000 |
---|---|---|
committer | Jason Greene <jason@php.net> | 2002-06-11 13:48:49 +0000 |
commit | abaefad8d3242747431e40c34d1f66436b2c3114 (patch) | |
tree | ed0142525623e3914358ed8cd02400949db5a762 /TODO | |
parent | ddac6892f4147d0142f498830057903d2d370bb5 (diff) | |
download | php-git-abaefad8d3242747431e40c34d1f66436b2c3114.tar.gz |
Sockets currently works great with all compilers on Solaris
Update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -97,6 +97,11 @@ ext/pcre -------- * Allow user to set PCRE_NOTEMPTY, PCRE_ANCHORED at execution time, maybe +ext/pcntl +--------- + * Change internal callback handler to use TICKS + * Remove all zend_extension code + ext/pgsql --------- For PHP 4.3.0: @@ -121,7 +126,8 @@ ext/session ext/sockets ----------- - * Make the extension work with Solaris and the Sun GCC + * Implement IPv6 + * Review/Fix vectors ext/standard ------------ |