betz            Tue Jun  1 05:18:28 2004 EDT

  Modified files:              
    /phpdoc/en/appendices       ini.xml 
  Log:
  nuke literal for PHP
  use emphasis instead uppercase
  use filename class=directory for diretories
  
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/ini.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.2 phpdoc/en/appendices/ini.xml:1.3
--- phpdoc/en/appendices/ini.xml:1.2    Tue May 25 09:05:42 2004
+++ phpdoc/en/appendices/ini.xml        Tue Jun  1 05:18:28 2004
@@ -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 @@
          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 @@
        </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 @@
         <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 @@
        <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 @@
        <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>

Reply via email to