]> granicus.if.org Git - php/commitdiff
add a reminder about #3149
authorThies C. Arntzen <thies@php.net>
Sun, 17 Dec 2000 09:27:42 +0000 (09:27 +0000)
committerThies C. Arntzen <thies@php.net>
Sun, 17 Dec 2000 09:27:42 +0000 (09:27 +0000)
TODO

diff --git a/TODO b/TODO
index a721b58896d6de666bbf82ec61ae9ef287f6ef44..dc7cf945d0e005bfa4233db8d8e278e998d1e397 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,6 +14,10 @@ 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.