cortesi         Thu Mar  7 18:57:48 2002 EDT

  Modified files:              
    /phpdoc/en/features safe-mode.xml 
  Log:
  formatting php.ini with the new entity
  
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.19 phpdoc/en/features/safe-mode.xml:1.20
--- phpdoc/en/features/safe-mode.xml:1.19       Tue Mar  5 08:37:23 2002
+++ phpdoc/en/features/safe-mode.xml    Thu Mar  7 18:57:45 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
  <chapter id="features.safe-mode">
   <title>Safe Mode</title>
 
@@ -73,10 +73,10 @@
   </para>
   <para>
    You can also disable individual functions. Note that the disable_functions 
-   directive can not be used outside of the php.ini file which means that
+   directive can not be used outside of the &php.ini; file which means that
    you cannot disable functions on a per-virtualhost or per-directory basis
    in your httpd.conf file.
-   If we add this to our php.ini file: 
+   If we add this to our &php.ini; file: 
    <programlisting role="ini">
 <![CDATA[
 disable_functions readfile,system  


Reply via email to