From f615a6a4df05bb090dbf68fbb49e6c6edb22572f Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Tue, 1 Jun 2004 09:18:28 +0000 Subject: [PATCH] nuke literal for PHP use emphasis instead uppercase use filename class=directory for diretories git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160256 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index e2cc013d6c..10eefc3131 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + List of core &php.ini; directives @@ -244,8 +244,8 @@ scripts for eating up all available memory on a server. In order to use this directive you must have enabled it at compile time. So, your configure line would have included: - --enable-memory-limit. Note that you have to set - it to -1 if you don't want any limit for your memory. + . Note that + you have to set it to -1 if you don't want any limit for your memory. As of PHP 4.3.2, and when memory_limit is enabled, the PHP function @@ -777,9 +777,10 @@ include_path=".;c:\php\includes" PHP's "root directory" on the server. Only used if non-empty. If PHP is configured with &safemode;, no files outside this directory are served. - If PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root - if you are running PHP as a CGI under any web server (other than IIS) - The alternative is to use the + If PHP was not compiled with FORCE_REDIRECT, you should + set doc_root if you are running PHP as a CGI under any web + server (other than IIS). The alternative is to use the + cgi.force_redirect configuration below. @@ -792,9 +793,9 @@ include_path=".;c:\php\includes" - The base name of the directory used on a user's home - directory for PHP files, for example - public_html. + The base name of the directory used on a user's home directory for PHP + files, for example public_html + . @@ -854,12 +855,14 @@ include_path=".;c:\php\includes" cgi.force_redirect is necessary to provide security running PHP as a CGI under most web servers. Left undefined, PHP turns this on by - default. You can turn it off AT YOUR OWN RISK. + default. You can turn it off at your own risk. - Windows Users: You CAN safely turn this off for IIS, in fact, you MUST. - To get OmniHTTPD or Xitami to work you MUST turn it off. + Windows Users: You can safely turn this off for + IIS, in fact, you must. + To get OmniHTTPD or Xitami to work you must turn + it off. @@ -873,14 +876,14 @@ include_path=".;c:\php\includes" If cgi.force_redirect is turned on, and you are not running under - Apache or Netscape (iPlanet) web servers, you MAY need to set an - environment variable name that PHP will look for to know it is OK - to continue execution. + Apache or Netscape (iPlanet) web servers, you may + need to set an environment variable name that PHP will look for to + know it is OK to continue execution. - Setting this variable MAY cause security issues, - KNOW WHAT YOU ARE DOING FIRST. + Setting this variable may cause security issues, + know what you are doing first. @@ -984,7 +987,7 @@ include_path=".;c:\php\includes" The temporary directory used for storing files when doing - file upload. Must be writable by whatever user PHP + file upload. Must be writable by whatever user PHP is running as. If not specified PHP will use the system's default.