gavinfo         Sat Mar  4 17:47:43 2006 UTC

  Modified files:              
    /phpdoc/en/appendices       ini.xml 
  Log:
  Added description to sql.safe_mode (for core ini php directives).
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/ini.xml?r1=1.35&r2=1.36&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.35 phpdoc/en/appendices/ini.xml:1.36
--- phpdoc/en/appendices/ini.xml:1.35   Sun Feb 19 13:34:19 2006
+++ phpdoc/en/appendices/ini.xml        Sat Mar  4 17:47:42 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
 
 <appendix id="ini">
  <title>&php.ini; directives</title>
@@ -3782,6 +3782,9 @@
        </term>
        <listitem>
         <para>
+         If turned on, database connect functions that specify default values 
+         will use those values in place of supplied arguments. For default 
+         values see connect function documentation for the relevant database.
         </para>
        </listitem>
       </varlistentry>

Reply via email to