From 1d338342105df5e9ab533ecea87a7dcd939a637c Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Thu, 2 Nov 2000 06:56:41 +0000 Subject: [PATCH] Cleaning up proto's/notes for ibase_pconnect. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35034 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ibase.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/functions/ibase.xml b/functions/ibase.xml index e51566f26a..d3f55fd166 100644 --- a/functions/ibase.xml +++ b/functions/ibase.xml @@ -131,7 +131,7 @@ magic_quotes_sybase = On Description - int ibase_connect + int ibase_pconnect string database string username @@ -142,6 +142,12 @@ magic_quotes_sybase = On string charset + int + buffers + + int + dialect + string role @@ -160,6 +166,23 @@ magic_quotes_sybase = On by ibase_pconnect). This type of link is therefore called 'persistent'. + + + buffers was added in PHP4-RC2. + + + + + dialect was added in PHP4-RC2. It is functional + only with InterBase 6 and versions higher than that. + + + + + role was added in PHP4-RC2. It is functional + only with InterBase 5 and versions higher than that. + + See also ibase_connect for the meaning of parameters passed to this function. They are exactly the same.