From: Markus Fischer Date: Sat, 11 May 2002 20:33:59 +0000 (+0000) Subject: - Update about CLI default settings and it's weirdness. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=965b4c26f14c9ab2b9e36ea8caed94ce0f528dd0;p=php - Update about CLI default settings and it's weirdness. --- diff --git a/sapi/cli/TODO b/sapi/cli/TODO index cb21f36205..ccb980f459 100644 --- a/sapi/cli/TODO +++ b/sapi/cli/TODO @@ -1,5 +1,6 @@ TODO: - plain text "php -i" and phpinfo() - - \ No newline at end of file +- 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.