hholzgra                Sat Jan 25 08:33:29 2003 EDT

  Modified files:              
    /php4/ext/mime_magic        php_mime_magic.h 
  Log:
  preparations for making magic file parser silent
  
  
Index: php4/ext/mime_magic/php_mime_magic.h
diff -u php4/ext/mime_magic/php_mime_magic.h:1.5 
php4/ext/mime_magic/php_mime_magic.h:1.6
--- php4/ext/mime_magic/php_mime_magic.h:1.5    Tue Dec 31 11:06:57 2002
+++ php4/ext/mime_magic/php_mime_magic.h        Sat Jan 25 08:33:29 2003
@@ -15,7 +15,7 @@
   | Author:                                                              |
   +----------------------------------------------------------------------+
 
-  $Id: php_mime_magic.h,v 1.5 2002/12/31 16:06:57 sebastian Exp $ 
+  $Id: php_mime_magic.h,v 1.6 2003/01/25 13:33:29 hholzgra Exp $ 
 */
 
 #ifndef PHP_MIME_MAGIC_H
@@ -393,6 +393,8 @@
 ZEND_BEGIN_MODULE_GLOBALS(mime_magic)
        char *magicfile;
        magic_req_rec *req_dat;
+       int    debug;           /* shall magic file parser errors be shown? */
+       char *status;           /* status message for phpinfo() */
 ZEND_END_MODULE_GLOBALS(mime_magic)
 
 /* In every utility function you add that needs to use variables 



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

Reply via email to