[PHP-DEV] CVS update: php3/functions From: andrew (php-dev <email protected>)
Date: 01/31/99

Date: Sunday January 31, 1999 @ 12:57
Author: andrew

Update of /repository/php3/functions
In directory asf:/u/temp/cvs-serv5695/php3/functions

Modified Files:
        interbase.c
Log Message:
Oops! Thanks to Colovic Igor, he found bug very fast.

Index: php3/functions/interbase.c
diff -c php3/functions/interbase.c:1.10 php3/functions/interbase.c:1.11
*** php3/functions/interbase.c:1.10 Sun Jan 31 05:33:09 1999
--- php3/functions/interbase.c Sun Jan 31 12:57:27 1999
***************
*** 28,34 ****
     +----------------------------------------------------------------------+
   */
  
! /* $Id: interbase.c,v 1.10 1999/01/31 10:33:09 andrew Exp $ */
  
  /* TODO: A lot... */
  
--- 28,34 ----
     +----------------------------------------------------------------------+
   */
  
! /* $Id: interbase.c,v 1.11 1999/01/31 17:57:27 andrew Exp $ */
  
  /* TODO: A lot... */
  
***************
*** 986,992 ****
          pval *link_arg, *query_arg, *trans_arg;
          int link_id, type, trans_single = 0;
          ibase_db_link *ib_link;
! ibase_trans *ib_trans;
          isc_tr_handle trans_handle = NULL;
          isc_stmt_handle query_handle = NULL;
          ISC_STATUS status[20];
--- 986,992 ----
          pval *link_arg, *query_arg, *trans_arg;
          int link_id, type, trans_single = 0;
          ibase_db_link *ib_link;
! ibase_trans *ib_trans = NULL;
          isc_tr_handle trans_handle = NULL;
          isc_stmt_handle query_handle = NULL;
          ISC_STATUS status[20];

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>