summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 87a4a10d05..57e6df165a 100644
--- a/TODO
+++ b/TODO
@@ -20,13 +20,7 @@ Zend
global
------
- * when used in standalone (skell-script like) mode don't urldecode
- arguments passed to php. right now it's not possible to say
- /usr/local/bin/php somescript.php dog+cat.txt
- as "dog+cat.txt" will arrive in php as "dog cat.txt".
* make everything on the language-level independent of your locale setings.
- * always build the standalone executable as well as the chosen SAPI
- target.
* make sure all source files have the "right" copyright.
* the following modules still use PHP3_TLS_*() macros (and thereby don't
work in ZTS mode): ext/db/db.c, ext/gd/gd.c