dams Tue Feb 18 11:22:32 2003 EDT
Modified files:
/phpdoc/en/reference/ifx ini.xml
/phpdoc/en/reference/ifx/functions ifx-free-result.xml
Log:
use of safemode and return.success entity
Index: phpdoc/en/reference/ifx/ini.xml
diff -u phpdoc/en/reference/ifx/ini.xml:1.4 phpdoc/en/reference/ifx/ini.xml:1.5
--- phpdoc/en/reference/ifx/ini.xml:1.4 Sat Sep 21 16:43:26 2002
+++ phpdoc/en/reference/ifx/ini.xml Tue Feb 18 11:22:32 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<section id="ifx.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -253,7 +253,7 @@
The default host to connect to when no host is specified
in <function>ifx_connect</function> or
<function>ifx_pconnect</function>. Doesn't apply in
- <link linkend="features.safe-mode">safe mode</link>.
+ &safemode;.
</para>
</listitem>
</varlistentry>
@@ -267,7 +267,7 @@
The default user id to use when none is specified
in <function>ifx_connect</function> or
<function>ifx_pconnect</function>. Doesn't apply in
- <link linkend="features.safe-mode">safe mode</link>.
+ &safemode;.
</para>
</listitem>
</varlistentry>
@@ -281,7 +281,7 @@
The default password to use when none is specified
in <function>ifx_connect</function> or
<function>ifx_pconnect</function>. Doesn't apply in
- <link linkend="features.safe-mode">safe mode</link>.
+ &safemode;.
</para>
</listitem>
</varlistentry>
Index: phpdoc/en/reference/ifx/functions/ifx-free-result.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-free-result.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-free-result.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-free-result.xml:1.2 Wed Apr 17 02:38:58
2002
+++ phpdoc/en/reference/ifx/functions/ifx-free-result.xml Tue Feb 18 11:22:32
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-free-result">
<refnamediv>
@@ -14,7 +14,7 @@
</methodsynopsis>
<para>
Releases resources for the query associated with
- <parameter>result_id</parameter>. Returns &false; on error.
+ <parameter>result_id</parameter>. &return.success;
</para>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php