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
This commit is contained in:
Friedhelm Betz 2004-06-01 09:18:28 +00:00
parent b3c69a9140
commit f615a6a4df

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<appendix id="ini">
<title>List of core &php.ini; directives</title>
@ -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:
<literal>--enable-memory-limit</literal>. Note that you have to set
it to -1 if you don't want any limit for your memory.
<option role="configure">--enable-memory-limit</option>. Note that
you have to set it to -1 if you don't want any limit for your memory.
</para>
<para>
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 <link linkend="ini.cgi.force-redirect">
If PHP was not compiled with FORCE_REDIRECT, you <emphasis>should
</emphasis> set doc_root if you are running PHP as a CGI under any web
server (other than IIS). The alternative is to use the
<link linkend="ini.cgi.force-redirect">
cgi.force_redirect</link> configuration below.
</para>
</listitem>
@ -792,9 +793,9 @@ include_path=".;c:\php\includes"
</term>
<listitem>
<para>
The base name of the directory used on a user's home
directory for <literal>PHP</literal> files, for example
<literal>public_html</literal>.
The base name of the directory used on a user's home directory for PHP
files, for example <filename class="directory">public_html
</filename>.
</para>
</listitem>
</varlistentry>
@ -854,12 +855,14 @@ include_path=".;c:\php\includes"
<para>
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 <emphasis>AT YOUR OWN RISK</emphasis>.
default. You can turn it off <emphasis>at your own risk</emphasis>.
</para>
<note>
<para>
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 <emphasis>can</emphasis> safely turn this off for
IIS, in fact, you <emphasis>must</emphasis>.
To get OmniHTTPD or Xitami to work you <emphasis>must</emphasis> turn
it off.
</para>
</note>
</listitem>
@ -873,14 +876,14 @@ include_path=".;c:\php\includes"
<listitem>
<para>
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 <emphasis>may</emphasis>
need to set an environment variable name that PHP will look for to
know it is OK to continue execution.
</para>
<note>
<para>
Setting this variable MAY cause security issues,
KNOW WHAT YOU ARE DOING FIRST.
Setting this variable <emphasis>may</emphasis> cause security issues,
<emphasis>know what you are doing first</emphasis>.
</para>
</note>
</listitem>
@ -984,7 +987,7 @@ include_path=".;c:\php\includes"
<listitem>
<para>
The temporary directory used for storing files when doing
file upload. Must be writable by whatever user <literal>PHP</literal>
file upload. Must be writable by whatever user PHP
is running as. If not specified PHP will use the system's default.
</para>
</listitem>