Added description to sql.safe_mode (for core ini php directives).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208630 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gavin Foster 2006-03-04 17:47:42 +00:00
parent d4a0a648e6
commit fac5b304ef

View file

@ -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 @@ include_path=".;c:\php\includes"
</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>