]> granicus.if.org Git - php/commitdiff
add some thoughts
authorSascha Schumann <sas@php.net>
Sun, 6 Jun 1999 14:02:13 +0000 (14:02 +0000)
committerSascha Schumann <sas@php.net>
Sun, 6 Jun 1999 14:02:13 +0000 (14:02 +0000)
ext/session/session.c

index 12000f5e83d6421af577c9db15e44512aad9f8ea..4e0bdb16ce8ac6f55ead36369d57bdc7d64b5e16 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+/*
+ * 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)
+ */
 
 #include <sys/time.h>