From: Thies C. Arntzen Date: Sun, 17 Dec 2000 09:27:42 +0000 (+0000) Subject: add a reminder about #3149 X-Git-Tag: php-4.0.5RC1~873 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c650cd178e56f3231d3e22e70dfb2a08875f7fe;p=php add a reminder about #3149 --- diff --git a/TODO b/TODO index a721b58896..dc7cf945d0 100644 --- 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.