Date: 06/26/98
- Next message: zeev: "[PHP-DEV] CVS update: php31/ext/ldap"
- Previous message: zeev: "[PHP-DEV] CVS update: php31/ext/gd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Friday June 26, 1998 @ 12:52
Author: zeev
Update of /repository/php31/ext/imap
In directory asf:/tmp/cvs-serv8683/ext/imap
Modified Files:
imap.c
Log Message:
I doubt that's all that missing, but here it is anyway
Index: php31/ext/imap/imap.c
diff -c php31/ext/imap/imap.c:1.1.1.1 php31/ext/imap/imap.c:1.2
*** php31/ext/imap/imap.c:1.1.1.1 Tue May 26 22:26:55 1998
--- php31/ext/imap/imap.c Fri Jun 26 12:52:49 1998
***************
*** 907,918 ****
inline int add_assoc_object(pval *arg, char *key, pval tmp)
{
! return hash_update(arg->value.ht, key, strlen(key)+1, (void *) &tmp, sizeof(pval), NULL);
}
inline int add_next_index_object(pval *arg, pval tmp)
{
! return hash_next_index_insert( arg->value.ht, (void *) &tmp, sizeof(pval), NULL);
}
void imap_add_body( pval *arg, BODY *body )
--- 907,918 ----
inline int add_assoc_object(pval *arg, char *key, pval tmp)
{
! return _php3_hashupdate(arg->value.ht, key, strlen(key)+1, (void *) &tmp, sizeof(pval), NULL);
}
inline int add_next_index_object(pval *arg, pval tmp)
{
! return _php3_hashnext_index_insert( arg->value.ht, (void *) &tmp, sizeof(pval), NULL);
}
void imap_add_body( pval *arg, BODY *body )
- Next message: zeev: "[PHP-DEV] CVS update: php31/ext/ldap"
- Previous message: zeev: "[PHP-DEV] CVS update: php31/ext/gd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

