]> granicus.if.org Git - php/commitdiff
- Update about CLI default settings and it's weirdness.
authorMarkus Fischer <mfischer@php.net>
Sat, 11 May 2002 20:33:59 +0000 (20:33 +0000)
committerMarkus Fischer <mfischer@php.net>
Sat, 11 May 2002 20:33:59 +0000 (20:33 +0000)
sapi/cli/TODO

index cb21f362056328a2df4d5c755f5ca06965911eb2..ccb980f45919041cbafa6637a68934a9df68314e 100644 (file)
@@ -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.