diff options
author | Thies C. Arntzen <thies@php.net> | 2000-12-17 09:27:42 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-12-17 09:27:42 +0000 |
commit | 2c650cd178e56f3231d3e22e70dfb2a08875f7fe (patch) | |
tree | b4a3cc3ed75c2528197f73cdc32338c6a44887e7 /TODO | |
parent | 2bb4b1e604b5186a29dcc2b0f6d15e5b26703713 (diff) | |
download | php-git-2c650cd178e56f3231d3e22e70dfb2a08875f7fe.tar.gz |
add a reminder about #3149
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |