summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-05-11 20:33:59 +0000
committerMarkus Fischer <mfischer@php.net>2002-05-11 20:33:59 +0000
commit965b4c26f14c9ab2b9e36ea8caed94ce0f528dd0 (patch)
treeaa99bd0243894956a10f1eb38ce16183b7f736ea /sapi
parent63e6666216d980a0f5278c70f8af42f8ed0a807e (diff)
downloadphp-git-965b4c26f14c9ab2b9e36ea8caed94ce0f528dd0.tar.gz
- Update about CLI default settings and it's weirdness.
Diffstat (limited to 'sapi')
-rw-r--r--sapi/cli/TODO5
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.