summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-04-01 15:51:34 +0000
committerSascha Schumann <sas@php.net>2000-04-01 15:51:34 +0000
commit007c325cc1957ace7e244a150cea6f832d92219d (patch)
tree242a001f538dee90df008a297387d1a7a46673a9
parent983cc700a9738aaadd8c9f6f7ba26066195d0ef2 (diff)
downloadphp-git-007c325cc1957ace7e244a150cea6f832d92219d.tar.gz
.
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 73dbc8376f..dbe7c412d5 100644
--- a/TODO
+++ b/TODO
@@ -23,9 +23,6 @@ global
* make configure print out a summary when it's done (like XEmacs)
* replace standard functions which work on static data with
reentrant-save functions
- * there is only one current directory per process; to make
- chdir() etc. thread-safe, we must introduce a per-thread
- current directory
* on some platforms unimplemented function will just do nothing (eg symlink)
they should print a warning or be not even defined!
* banish the legacy of php3_ prefixes
@@ -36,6 +33,9 @@ global
* make SAPI conform to CGI/1.1. Currently, all SAPI modules
define REMOTE_ADDR etc. themselves and reach only various level
of compliance.
+ * find a better way to implement script timeouts. SIGVTALRM is used
+ by some POSIX threads implementations (i.e. OpenBSD) and is not
+ available in ZTS mode.
documentation
-------------