vrana Thu Nov 4 03:51:01 2004 EDT
Modified files:
/phpdoc/en/reference/ibase/functions ibase-add-user.xml
ibase-delete-user.xml
ibase-modify-user.xml
Log:
Fix protos (bug #30651)
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-add-user.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibase/functions/ibase-add-user.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-add-user.xml:1.2
phpdoc/en/reference/ibase/functions/ibase-add-user.xml:1.3
--- phpdoc/en/reference/ibase/functions/ibase-add-user.xml:1.2 Sun Jul 27 18:21:30
2003
+++ phpdoc/en/reference/ibase/functions/ibase-add-user.xml Thu Nov 4 03:50:58
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.ibase-add-user">
<refnamediv>
<refname>ibase_add_user</refname>
@@ -11,9 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>ibase_add_user</methodname>
- <methodparam><type>string</type><parameter>server</parameter></methodparam>
-
<methodparam><type>string</type><parameter>dba_user_name</parameter></methodparam>
-
<methodparam><type>string</type><parameter>dba_user_password</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>service_handle</parameter></methodparam>
<methodparam><type>string</type><parameter>user_name</parameter></methodparam>
<methodparam><type>string</type><parameter>password</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>first_name</parameter></methodparam>
@@ -21,6 +19,12 @@
<methodparam
choice="opt"><type>string</type><parameter>last_name</parameter></methodparam>
</methodsynopsis>
+ <para>
+ PHP 4 uses <parameter>server</parameter>,
+ <parameter>dba_user_name</parameter> and
+ <parameter>dba_user_password</parameter> instead of
+ <parameter>service_handle</parameter> parameter.
+ </para>
&warn.undocumented.func;
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-delete-user.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibase/functions/ibase-delete-user.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-delete-user.xml:1.2
phpdoc/en/reference/ibase/functions/ibase-delete-user.xml:1.3
--- phpdoc/en/reference/ibase/functions/ibase-delete-user.xml:1.2 Sun Jul 27
18:21:30 2003
+++ phpdoc/en/reference/ibase/functions/ibase-delete-user.xml Thu Nov 4 03:50:58
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.ibase-delete-user">
<refnamediv>
<refname>ibase_delete_user</refname>
@@ -11,12 +11,16 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>ibase_delete_user</methodname>
- <methodparam><type>string</type><parameter>server</parameter></methodparam>
-
<methodparam><type>string</type><parameter>dba_user_name</parameter></methodparam>
-
<methodparam><type>string</type><parameter>dba_user_password</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>service_handle</parameter></methodparam>
<methodparam><type>string</type><parameter>user_name</parameter></methodparam>
</methodsynopsis>
+ <para>
+ PHP 4 uses <parameter>server</parameter>,
+ <parameter>dba_user_name</parameter> and
+ <parameter>dba_user_password</parameter> instead of
+ <parameter>service_handle</parameter> parameter.
+ </para>
&warn.undocumented.func;
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-modify-user.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibase/functions/ibase-modify-user.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-modify-user.xml:1.2
phpdoc/en/reference/ibase/functions/ibase-modify-user.xml:1.3
--- phpdoc/en/reference/ibase/functions/ibase-modify-user.xml:1.2 Sun Jul 27
18:21:30 2003
+++ phpdoc/en/reference/ibase/functions/ibase-modify-user.xml Thu Nov 4 03:50:58
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.ibase-modify-user">
<refnamediv>
<refname>ibase_modify_user</refname>
@@ -11,9 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>ibase_modify_user</methodname>
- <methodparam><type>string</type><parameter>server</parameter></methodparam>
-
<methodparam><type>string</type><parameter>dba_user_name</parameter></methodparam>
-
<methodparam><type>string</type><parameter>dba_user_password</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>service_handle</parameter></methodparam>
<methodparam><type>string</type><parameter>user_name</parameter></methodparam>
<methodparam><type>string</type><parameter>password</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>first_name</parameter></methodparam>
@@ -21,6 +19,12 @@
<methodparam
choice="opt"><type>string</type><parameter>last_name</parameter></methodparam>
</methodsynopsis>
+ <para>
+ PHP 4 uses <parameter>server</parameter>,
+ <parameter>dba_user_name</parameter> and
+ <parameter>dba_user_password</parameter> instead of
+ <parameter>service_handle</parameter> parameter.
+ </para>
&warn.undocumented.func;
<para>