diff options
author | Edin Kadribasic <edink@php.net> | 2002-01-19 23:31:12 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2002-01-19 23:31:12 +0000 |
commit | 535f43789fcceebbcf1a474c2deef86528d0252a (patch) | |
tree | ce1d6a45c486ba40f014b9d688a87990c239d38c /TODO | |
parent | 9504838d7e21d9829250a04d1497dffe786dbbb6 (diff) | |
download | php-git-535f43789fcceebbcf1a474c2deef86528d0252a.tar.gz |
Removed two issues resolved by the introduction of sapi/cli.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |