hholzgra                Wed Apr 21 21:24:12 2004 EDT

  Added files:                 
    /php-src/ext/mime_magic     DEPRECATED 

  Modified files:              
    /php-src/ext/mime_magic     EXPERIMENTAL config.m4 
  Log:
  Depercating mime_magic in favor of PECL::fileinfo
  
  
http://cvs.php.net/diff.php/php-src/ext/mime_magic/EXPERIMENTAL?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/mime_magic/EXPERIMENTAL
diff -u php-src/ext/mime_magic/EXPERIMENTAL:1.1 php-src/ext/mime_magic/EXPERIMENTAL:1.2
--- php-src/ext/mime_magic/EXPERIMENTAL:1.1     Sun Mar 24 18:00:47 2002
+++ php-src/ext/mime_magic/EXPERIMENTAL Wed Apr 21 21:24:12 2004
@@ -0,0 +1,2 @@
+this extension never left the "experimental" status
+and is now superseded by PECL::fileinfo
http://cvs.php.net/diff.php/php-src/ext/mime_magic/config.m4?r1=1.11&r2=1.12&ty=u
Index: php-src/ext/mime_magic/config.m4
diff -u php-src/ext/mime_magic/config.m4:1.11 php-src/ext/mime_magic/config.m4:1.12
--- php-src/ext/mime_magic/config.m4:1.11       Fri Oct  3 01:24:23 2003
+++ php-src/ext/mime_magic/config.m4    Wed Apr 21 21:24:12 2004
@@ -1,11 +1,10 @@
 dnl
-dnl $Id: config.m4,v 1.11 2003/10/03 05:24:23 sniper Exp $
+dnl $Id: config.m4,v 1.12 2004/04/22 01:24:12 hholzgra Exp $
 dnl
 
 PHP_ARG_WITH(mime-magic, whether to include mime_magic support,
 [  --with-mime-magic[=FILE]  
-                          Include mime_magic support. FILE is the optional
-                          pathname to the magic.mime file.])
+                          Include mime_magic support (deprecated)])
 
 if test "$PHP_MIME_MAGIC" != "no"; then
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to