mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Fix DB build (hopefully, untested)
This commit is contained in:
parent
cbb2379b5b
commit
d36c316ac6
@ -52,7 +52,7 @@ typedef struct dbm_info {
|
||||
#endif
|
||||
|
||||
dbm_info *php_find_dbm(pval *id);
|
||||
int php_dbm_close(dbm_info *info);
|
||||
int php_dbm_close(zend_rsrc_list_entry *rsrc);
|
||||
dbm_info *php_dbm_open(char *filename, char *mode);
|
||||
int php_dbm_insert(dbm_info *info, char *key, char *value);
|
||||
char *php_dbm_fetch(dbm_info *info, char *key);
|
||||
|
Loading…
Reference in New Issue
Block a user