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/rpc/com/COM.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/rpc/com/COM.c') diff --git a/ext/rpc/com/COM.c b/ext/rpc/com/COM.c index 29ced46fd3..8d64ffcbc3 100644 --- a/ext/rpc/com/COM.c +++ b/ext/rpc/com/COM.c @@ -73,7 +73,7 @@ static PHP_MINFO_FUNCTION(COM) zend_module_entry COM_module_entry = { - "Win32 COM", COM_functions, PHP_MINIT(COM), PHP_MSHUTDOWN(COM), NULL, NULL, PHP_MINFO(COM), STANDARD_MODULE_PROPERTIES + "com", COM_functions, PHP_MINIT(COM), PHP_MSHUTDOWN(COM), NULL, NULL, PHP_MINFO(COM), STANDARD_MODULE_PROPERTIES }; void php_register_COM_class(); -- cgit v1.2.1