diff options
author | Marcus Boerger <helly@php.net> | 2003-03-03 00:15:50 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-03-03 00:15:50 +0000 |
commit | 3ac6bb50173d363bd1067e14743c10c3d5a279cf (patch) | |
tree | beb653673c525495de6e7c6c99af461f978c830c | |
parent | 826d9ace59d1ff33d0946102b2d808d2fbe4fc9b (diff) | |
download | php-git-3ac6bb50173d363bd1067e14743c10c3d5a279cf.tar.gz |
remove entry done already
-rw-r--r-- | sapi/cli/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/cli/TODO b/sapi/cli/TODO index ccb980f459..099db22141 100644 --- a/sapi/cli/TODO +++ b/sapi/cli/TODO @@ -1,6 +1,5 @@ TODO: -- plain text "php -i" and phpinfo() - fix the so called CLI defaults set by zend_alter_ini_entry() in php_ini.c. They currently cannot be set within the PHP.INI file but can be with the -d command line switch and during runtime. |