" -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
--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\
#define PHP_SAFE_MODE 0
#define MAGIC_QUOTES 0
/* This is the default configuration file to read */
-#define CONFIGURATION_FILE_PATH "php3.ini"
+#define CONFIGURATION_FILE_PATH "php.ini"
#define USE_CONFIG_FILE 1
/* Undefine if you want stricter XML/SGML compliance by default */
}
PG(safe_mode) = 0;
PG(open_basedir) = NULL;
- cfgin = php3_fopen_with_path("php3.ini","r",php_ini_path,&opened_path);
+ cfgin = php3_fopen_with_path("php.ini","r",php_ini_path,&opened_path);
free(php_ini_path);
if (free_default_location) {
free(default_location);
init_cfg_scanner();
active__php3_hash_table = &configuration_hash;
parsing_mode = PARSING_MODE_CFG;
- currently_parsed_filename = "php3.ini";
+ currently_parsed_filename = "php.ini";
yyparse();
fclose(cfgin);
}
{"Bad Message Return Path"},
{"Bad Mail Host"},
{"Bad Message File"},
- {"PHP Internal error: php3.ini sendmail from variable not set!"}
+ {"PHP Internal error: php.ini sendmail from variable not set!"}
};