guenter Tue, 03 Nov 2009 18:44:11 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=290183
Log: added magic.mine path define for NetWare. Changed paths: U php/php-src/branches/PHP_5_2/ext/mime_magic/mime_magic.c Modified: php/php-src/branches/PHP_5_2/ext/mime_magic/mime_magic.c =================================================================== --- php/php-src/branches/PHP_5_2/ext/mime_magic/mime_magic.c 2009-11-03 18:35:46 UTC (rev 290182) +++ php/php-src/branches/PHP_5_2/ext/mime_magic/mime_magic.c 2009-11-03 18:44:11 UTC (rev 290183) @@ -166,6 +166,8 @@ #ifdef PHP_WIN32 #define PHP_MIME_MAGIC_FILE_PATH PHP_PREFIX "\\magic.mime" +#elif NETWARE +#define PHP_MIME_MAGIC_FILE_PATH PHP_PREFIX "/magic.mime" #endif #define BYTE 1
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php