vincent         Sat Sep  6 10:19:13 2003 EDT

  Modified files:              
    /phpdoc/en/features safe-mode.xml 
  Log:
  Add mail()
  fifth parameter is not allowed in safe mode
  
  
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.42 phpdoc/en/features/safe-mode.xml:1.43
--- phpdoc/en/features/safe-mode.xml:1.42       Wed Jun 25 05:08:50 2003
+++ phpdoc/en/features/safe-mode.xml    Sat Sep  6 10:19:12 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.42 $ -->
+<!-- $Revision: 1.43 $ -->
  <chapter id="features.safe-mode">
   <title>Safe Mode</title>
 
@@ -593,10 +593,18 @@
         </entry>
        </row>
        <row>
-        <entry>Any function that uses 
-         <filename>php4/main/fopen_wrappers.c</filename>
-        </entry>
-        <entry>??</entry>
+        <entry>
+        <function>mail</function>
+       </entry>
+       <entry>
+        In safe mode, the fifth parameter is disabled. (note: only affected since PHP 
4.2.3)
+       </entry>
+       </row>
+       <row>
+        <entry>Any function that uses
+        <filename>php4/main/fopen_wrappers.c</filename>
+       </entry>
+       <entry>??</entry>
        </row>
       </tbody>
      </tgroup>

Reply via email to