summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-02-27 18:23:50 +0000
committerWez Furlong <wez@php.net>2003-02-27 18:23:50 +0000
commit094da5c7a171e0436373aaac541c0cfaff216c32 (patch)
tree136df92cf7f1c36b09e4a46aa6f876f4c771389a /TODO
parent76ebaa6ee7a57eeaf26de40f60692c3f42077469 (diff)
downloadphp-git-094da5c7a171e0436373aaac541c0cfaff216c32.tar.gz
Update todo slightly
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO b/TODO
index a5b34e927f..ead092d633 100644
--- a/TODO
+++ b/TODO
@@ -24,9 +24,7 @@ Zend
global
------
- For PHP 4.3.0:
- * Change PHP error messages, so that they point to pages or sections
- in the PHP Manual.
+ For PHP 5.0.0
* Make sure that all ZTS globals get destructed. Most ts_allocate_id()
calls should have a dtor entry.
* on some platforms unimplemented function will just do nothing
@@ -35,8 +33,6 @@ global
* Use arg_separator.input to implode args in the CGI sapi extension
and arg_separator.input to explode in php_build_argv(). (DONE?)
* Implement flush feature suitable for nested output buffers.
-
- For PHP 5.0.0
* bundle and use curl lib for fopen wrapper.
* --enable-all in configure. (--enable-shared=max ...)
* make configure print out a summary when it's done (like XEmacs)
@@ -50,7 +46,6 @@ global
* Move most extensions and PEAR packages out of the PHP CVS tree,
include them again during release packaging.
-
Other
* use thread-safe resolver functions (either require BIND 8 or adns).
* implement javadoc based function docs template system.
@@ -59,7 +54,6 @@ global
by some POSIX threads implementations (i.e. OpenBSD) and is not
available in ZTS mode.
-
documentation
-------------
* Add remarks in the documentation which functions are not implemented