From: Derick Rethans Date: Sat, 8 May 2004 17:34:07 +0000 (+0000) Subject: - Fixed type which prevented this extension from being loaded as shared X-Git-Tag: RELEASE_0_1~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7afbb93706087c41a2972d1f0d69c4bede3d533;p=php - Fixed type which prevented this extension from being loaded as shared extension. --- diff --git a/ext/fileinfo/fileinfo.c b/ext/fileinfo/fileinfo.c index 2bb4cbb78d..627e740533 100644 --- a/ext/fileinfo/fileinfo.c +++ b/ext/fileinfo/fileinfo.c @@ -216,7 +216,7 @@ zend_module_entry fileinfo_module_entry = { }; /* }}} */ -#ifdef COMPILE_DL_FILENINFO +#ifdef COMPILE_DL_FILEINFO ZEND_GET_MODULE(fileinfo) #endif