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/pcre/php_pcre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 55cc0da7e5..feb19cd12c 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -1200,7 +1200,7 @@ function_entry pcre_functions[] = { }; zend_module_entry pcre_module_entry = { - "PCRE", pcre_functions, + "pcre", pcre_functions, PHP_MINIT(pcre), PHP_MSHUTDOWN(pcre), PHP_RINIT(pcre), -- cgit v1.2.1