diff --git a/functions/ibase.xml b/functions/ibase.xml index 769a39c2d3..3e808e466f 100644 --- a/functions/ibase.xml +++ b/functions/ibase.xml @@ -1,5 +1,5 @@ - + InterBase functions InterBase @@ -91,13 +91,14 @@ magic_quotes_sybase = On email . "\n"; + $sth = ibase_query($dbh, $stmt); + while ($row = ibase_fetch_object($sth)) { + echo $row->email, "\n"; } - ibase_close ($dbh); + ibase_free_result($sth); + ibase_close($dbh); ?> ]]> @@ -105,23 +106,23 @@ magic_quotes_sybase = On - buffers was added in PHP4-RC2. + buffers was added in PHP 4.0RC2. - dialect was added in PHP4-RC2. It is functional + dialect was added in PHP 4.0RC2. It is functional only with InterBase 6 and versions higher than that. - role was added in PHP4-RC2. It is functional + role was added in PHP 4.0RC2. It is functional only with InterBase 5 and versions higher than that. - See also: ibase_pconnect. + See also ibase_pconnect.