daniela Mon Jun 16 06:47:35 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/interbase interbase.c
Log:
proto fixes ibase_rollback and ibase_commit
Index: php4/ext/interbase/interbase.c
diff -u php4/ext/interbase/interbase.c:1.91.2.9
php4/ext/interbase/interbase.c:1.91.2.10
--- php4/ext/interbase/interbase.c:1.91.2.9 Sat Jun 14 13:46:33 2003
+++ php4/ext/interbase/interbase.c Mon Jun 16 06:47:35 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: interbase.c,v 1.91.2.9 2003/06/14 17:46:33 daniela Exp $ */
+/* $Id: interbase.c,v 1.91.2.10 2003/06/16 10:47:35 daniela Exp $ */
/* TODO: Arrays, roles?
@@ -628,7 +628,7 @@
php_info_print_table_start();
php_info_print_table_row(2, "Interbase Support", "enabled");
- php_info_print_table_row(2, "Revision", "$Revision: 1.91.2.9 $");
+ php_info_print_table_row(2, "Revision", "$Revision: 1.91.2.10 $");
#ifdef COMPILE_DL_INTERBASE
php_info_print_table_row(2, "Dynamic Module", "yes");
#endif
@@ -1678,7 +1678,7 @@
}
/* }}} */
-/* {{{ proto bool ibase_commit([resource link_identifier [, int trans_number]])
+/* {{{ proto bool ibase_commit(resource link_identifier)
Commit transaction */
PHP_FUNCTION(ibase_commit)
{
@@ -1686,8 +1686,8 @@
}
/* }}} */
-/* {{{ proto bool ibase_rollback([resource link_identifier [, int trans_number]])
- Roolback transaction */
+/* {{{ proto bool ibase_rollback(resource link_identifier)
+ Rollback transaction */
PHP_FUNCTION(ibase_rollback)
{
_php_ibase_trans_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, ROLLBACK);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php