]> granicus.if.org Git - php/commitdiff
- Fixed type which prevented this extension from being loaded as shared
authorDerick Rethans <derick@php.net>
Sat, 8 May 2004 17:34:07 +0000 (17:34 +0000)
committerDerick Rethans <derick@php.net>
Sat, 8 May 2004 17:34:07 +0000 (17:34 +0000)
  extension.

ext/fileinfo/fileinfo.c

index 2bb4cbb78d642b1014b5250feadf419bb5925774..627e740533572f06b13790f88678ef6ccd451ad2 100644 (file)
@@ -216,7 +216,7 @@ zend_module_entry fileinfo_module_entry = {
 };
 /* }}} */
 
-#ifdef COMPILE_DL_FILENINFO
+#ifdef COMPILE_DL_FILEINFO
 ZEND_GET_MODULE(fileinfo)
 #endif