diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2003-01-25 10:51:04 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2003-01-25 10:51:04 +0000 |
commit | f95759b36a9ae6ab54fc50f03234ab4bed508c5d (patch) | |
tree | 830c00d5ab5b198fd5b4e2a84b798dfceb83d5f8 /ext | |
parent | 32d7d07c0e17f18475770ceebdf62f7bd32f76bf (diff) | |
download | php-git-f95759b36a9ae6ab54fc50f03234ab4bed508c5d.tar.gz |
suggesting a plain magic file insteat of a mime one is a bad idea
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mime_magic/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mime_magic/config.m4 b/ext/mime_magic/config.m4 index de7af20e6b..30dcbda58e 100644 --- a/ext/mime_magic/config.m4 +++ b/ext/mime_magic/config.m4 @@ -18,7 +18,7 @@ if test "$PHP_MIME_MAGIC" = "yes"; then elif test -f /usr/share/misc/magic.mime ; then PHP_MIME_MAGIC_FILE_PATH=/usr/share/misc/magic.mime elif test -f /etc/magic ; then - PHP_MIME_MAGIC_FILE_PATH=/etc/magic + PHP_MIME_MAGIC_FILE_PATH=/etc/magic.mime else PHP_MIME_MAGIC_FILE_PATH="" fi |