mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
safe mode info added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95810 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f2622ae571
commit
558d142421
1 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<section id="ifx.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -252,7 +252,8 @@
|
|||
<para>
|
||||
The default host to connect to when no host is specified
|
||||
in <function>ifx_connect</function> or
|
||||
<function>ifx_pconnect</function>.
|
||||
<function>ifx_pconnect</function>. Doesn't apply in
|
||||
<link linkend="features.safe-mode">safe mode</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -265,7 +266,8 @@
|
|||
<para>
|
||||
The default user id to use when none is specified
|
||||
in <function>ifx_connect</function> or
|
||||
<function>ifx_pconnect</function>.
|
||||
<function>ifx_pconnect</function>. Doesn't apply in
|
||||
<link linkend="features.safe-mode">safe mode</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -278,7 +280,8 @@
|
|||
<para>
|
||||
The default password to use when none is specified
|
||||
in <function>ifx_connect</function> or
|
||||
<function>ifx_pconnect</function>.
|
||||
<function>ifx_pconnect</function>. Doesn't apply in
|
||||
<link linkend="features.safe-mode">safe mode</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue