Date: 06/26/98
- Next message: zeev: "[PHP-DEV] CVS update: php31/ext/db"
- Previous message: zeev: "[PHP-DEV] CVS update: php31"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Friday June 26, 1998 @ 12:52
Author: zeev
Update of /repository/php31/ext/adabasd
In directory asf:/tmp/cvs-serv8683/ext/adabasd
Modified Files:
adabasd.c
Log Message:
I doubt that's all that missing, but here it is anyway
Index: php31/ext/adabasd/adabasd.c
diff -c php31/ext/adabasd/adabasd.c:1.1.1.1 php31/ext/adabasd/adabasd.c:1.2
*** php31/ext/adabasd/adabasd.c:1.1.1.1 Tue May 26 22:26:52 1998
--- php31/ext/adabasd/adabasd.c Fri Jun 26 12:52:41 1998
***************
*** 252,258 ****
{
void *ptr;
int type;
! int i, nument = hash_next_free_element(list);
for (i = 1; i < nument; i++) {
ptr = php3_list_find(i, &type);
--- 252,258 ----
{
void *ptr;
int type;
! int i, nument = _php3_hashnext_free_element(list);
for (i = 1; i < nument; i++) {
ptr = php3_list_find(i, &type);
***************
*** 482,488 ****
tmp.value.str.len = 0;
tmp.value.str.val = empty_string;
}
! hash_index_update(arr->value.ht, i, (void *) &tmp, sizeof(pval), NULL);
}
RETURN_LONG(result->numcols);
}
--- 482,488 ----
tmp.value.str.len = 0;
tmp.value.str.val = empty_string;
}
! _php3_hashindex_update(arr->value.ht, i, (void *) &tmp, sizeof(pval), NULL);
}
RETURN_LONG(result->numcols);
}
- Next message: zeev: "[PHP-DEV] CVS update: php31/ext/db"
- Previous message: zeev: "[PHP-DEV] CVS update: php31"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

