mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
d4a0a648e6
commit
fac5b304ef
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue