gwynne          Sun Jun 17 08:38:46 2007 UTC

  Modified files:              
    /phpdoc/en/features safe-mode.xml 
  Log:
  Fix typo in php.ini example (fixes bug #41701)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/features/safe-mode.xml?r1=1.67&r2=1.68&diff_format=u
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.67 
phpdoc/en/features/safe-mode.xml:1.68
--- phpdoc/en/features/safe-mode.xml:1.67       Thu Jun 14 18:23:51 2007
+++ phpdoc/en/features/safe-mode.xml    Sun Jun 17 08:38:45 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.67 $ -->
+<!-- $Revision: 1.68 $ -->
  <chapter id="features.safe-mode">
   <title>Safe Mode</title>
 
@@ -379,7 +379,7 @@
    If we add this to our &php.ini; file: 
    <programlisting role="ini">
 <![CDATA[
-disable_functions readfile,system  
+disable_functions = readfile,system  
 ]]>
    </programlisting>
    Then we get this output: 

Reply via email to