summaryrefslogtreecommitdiff
path: root/cgi_main.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-06-19 13:18:48 +0000
committerZeev Suraski <zeev@php.net>1999-06-19 13:18:48 +0000
commit57882d58e1e4aaf8b9177c59cd5d8b79dbb44da2 (patch)
tree265179a058d820e45a81f4da87c23ddb34c9d011 /cgi_main.c
parent63a845f2f6fda873375c13a763e9566067e6a7ee (diff)
downloadphp-git-57882d58e1e4aaf8b9177c59cd5d8b79dbb44da2.tar.gz
Use php.ini instead of php3.ini
Diffstat (limited to 'cgi_main.c')
-rw-r--r--cgi_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi_main.c b/cgi_main.c
index c98d56e1db..520b9e2f37 100644
--- a/cgi_main.c
+++ b/cgi_main.c
@@ -145,7 +145,7 @@ static void php_cgi_usage(char *argv0)
" -s Display colour syntax highlighted source.\n"
" -f<file> Parse <file>. Implies `-q'\n"
" -v Version number\n"
- " -c<path> Look for php4.ini file in this directory\n"
+ " -c<path> Look for php.ini file in this directory\n"
#if SUPPORT_INTERACTIVE
" -a Run interactively\n"
#endif
@@ -235,7 +235,7 @@ set. This variable is set, for example, by Apache's Action directive redirect.\
--disable-force-cgi-redirect switch. If you do this and you have your PHP CGI\n\
binary accessible somewhere in your web tree, people will be able to circumvent\n\
.htaccess security by loading files through the PHP parser. A good way around\n\
-this is to define doc_root in your php4.ini file to something other than your\n\
+this is to define doc_root in your php.ini file to something other than your\n\
top-level DOCUMENT_ROOT. This way you can separate the part of your web space\n\n\
which uses PHP from the normal part using .htaccess security. If you do not have\n\
any .htaccess restrictions anywhere on your site you can leave doc_root undefined.\n\