diff options
| author | Stig Bakken <ssb@php.net> | 1999-06-15 17:06:22 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 1999-06-15 17:06:22 +0000 |
| commit | 336392ea6ced0f77f988748b10dc37fe5fb094d8 (patch) | |
| tree | 6defcfc73bb2e5c217dbf86ad627adff285f53ee /cgi_main.c | |
| parent | 7719f86292df9765a2274db08902ba1ab01448f8 (diff) | |
| download | php-git-336392ea6ced0f77f988748b10dc37fe5fb094d8.tar.gz | |
* now using php4.ini instead of php3.ini
* re-imported fopen-wrappers, fsock and string code from php3
NB! I have not tested all of the imported functions yet.
Diffstat (limited to 'cgi_main.c')
| -rw-r--r-- | cgi_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi_main.c b/cgi_main.c index 15fc418da5..c98d56e1db 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 php3.ini file in this directory\n" + " -c<path> Look for php4.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 php3.ini file to something other than your\n\ +this is to define doc_root in your php4.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\ |
