From: Moriyoshi Koizumi Date: Mon, 31 Mar 2003 19:48:53 +0000 (+0000) Subject: Rearranged search order for the magic file to avoid further confusions X-Git-Tag: RELEASE_0_5~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4932306f945f993305fb84bcb92b60d366d6f26a;p=php Rearranged search order for the magic file to avoid further confusions --- diff --git a/ext/mime_magic/config.m4 b/ext/mime_magic/config.m4 index e65565724d..b47b1ba97b 100644 --- a/ext/mime_magic/config.m4 +++ b/ext/mime_magic/config.m4 @@ -22,7 +22,7 @@ if test "$PHP_MIME_MAGIC" != "no"; then AC_MSG_ERROR([File '$PHP_MIME_MAGIC' not found!]) fi else - MAGIC_MIME_LOCATIONS="/usr/share/magic.mime /usr/share/misc/magic.mime /etc/magic.mime" + MAGIC_MIME_LOCATIONS="/usr/local/apache/conf/magic /usr/local/etc/apache/conf/magic /etc/apache/magic /etc/httpd/conf/magic /usr/share/magic.mime /usr/share/misc/magic.mime /etc/magic.mime" for i in $MAGIC_MIME_LOCATIONS; do if test -f $i; then