[PHP-DEV] CVS update: php31/ext/db From: zeev (php-dev <email protected>)
Date: 06/26/98

Date: Friday June 26, 1998 @ 12:52
Author: zeev

Update of /repository/php31/ext/db
In directory asf:/tmp/cvs-serv8683/ext/db

Modified Files:
        db.c
Log Message:
I doubt that's all that missing, but here it is anyway

Index: php31/ext/db/db.c
diff -c php31/ext/db/db.c:1.3 php31/ext/db/db.c:1.4
*** php31/ext/db/db.c:1.3 Tue Jun 2 16:45:48 1998
--- php31/ext/db/db.c Fri Jun 26 12:52:43 1998
***************
*** 28,34 ****
     +----------------------------------------------------------------------+
   */
  
! /* $Id: db.c,v 1.3 1998/06/02 20:45:48 shane Exp $ */
  #if COMPILE_DL
  #include "../phpdl.h"
  #endif
--- 28,34 ----
     +----------------------------------------------------------------------+
   */
  
! /* $Id: db.c,v 1.4 1998/06/26 16:52:43 zeev Exp $ */
  #if COMPILE_DL
  #include "../phpdl.h"
  #endif
***************
*** 182,190 ****
          DBM_TLS_VARS;
  
          if (id->type == IS_STRING) {
! numitems = hash_num_elements(list);
                  for (i=1; i<=numitems; i++) {
! if (hash_index_find(list, i, (void **) &le)==FAILURE) {
                                  continue;
                          }
                          if (le->type == DBM_GLOBAL(le_db)) {
--- 182,190 ----
          DBM_TLS_VARS;
  
          if (id->type == IS_STRING) {
! numitems = _php3_hashnum_elements(list);
                  for (i=1; i<=numitems; i++) {
! if (_php3_hashindex_find(list, i, (void **) &le)==FAILURE) {
                                  continue;
                          }
                          if (le->type == DBM_GLOBAL(le_db)) {