summaryrefslogtreecommitdiff
path: root/ext/session/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/session.c')
-rw-r--r--ext/session/session.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/session/session.c b/ext/session/session.c
index 1bfa91d746..c357afa7f6 100644
--- a/ext/session/session.c
+++ b/ext/session/session.c
@@ -31,9 +31,7 @@
* TODO:
* - improve session id creation to avoid collisions
* (make use of mersenne twister, other data such as IP, browser etc.)
- * - improve files handler for better scaling
* - add complete support for objects (partially implemented)
- * - complete ZTS support (currently only useable as non-ZTS)
* - userland callback functions for ps_module
*/
#if !(WIN32|WINNT)