From d02fe90b009d3145b0b9d24510c6869c68d2b99b Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 6 Mar 2000 18:44:01 +0000 Subject: Change extension names in all extensions' zend_module_entry to their directory name. --- ext/db/db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/db/db.c') diff --git a/ext/db/db.c b/ext/db/db.c index 0373c3b27b..ea6b9e194f 100644 --- a/ext/db/db.c +++ b/ext/db/db.c @@ -1133,7 +1133,7 @@ function_entry dbm_functions[] = { }; zend_module_entry dbm_module_entry = { - "DBM", dbm_functions, PHP_MINIT(db), PHP_MSHUTDOWN(db), PHP_RINIT(db), NULL, PHP_MINFO(db), STANDARD_MODULE_PROPERTIES + "db", dbm_functions, PHP_MINIT(db), PHP_MSHUTDOWN(db), PHP_RINIT(db), NULL, PHP_MINFO(db), STANDARD_MODULE_PROPERTIES }; #if COMPILE_DL -- cgit v1.2.1