diff options
author | Markus Fischer <mfischer@php.net> | 2002-05-11 20:33:59 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-05-11 20:33:59 +0000 |
commit | 965b4c26f14c9ab2b9e36ea8caed94ce0f528dd0 (patch) | |
tree | aa99bd0243894956a10f1eb38ce16183b7f736ea /sapi | |
parent | 63e6666216d980a0f5278c70f8af42f8ed0a807e (diff) | |
download | php-git-965b4c26f14c9ab2b9e36ea8caed94ce0f528dd0.tar.gz |
- Update about CLI default settings and it's weirdness.
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/cli/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
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. |