Note for Windows users how to enable EXIF functions
authorMagnus Manske <magnusmanske@users.mediawiki.org>
Fri, 22 Apr 2005 08:07:30 +0000 (08:07 +0000)
committerMagnus Manske <magnusmanske@users.mediawiki.org>
Fri, 22 Apr 2005 08:07:30 +0000 (08:07 +0000)
includes/Image.php

index 9ded475..0c6f06a 100644 (file)
@@ -3,6 +3,14 @@
  * @package MediaWiki
  */
 
+# NOTE FOR WINDOWS USERS:
+# To enable EXIF functions, add the folloing lines to the
+# "Windows extensions" section of php.ini:
+#
+# extension=extensions/php_mbstring.dll
+# extension=extensions/php_exif.dll
+
+
 /**
  * Class to represent an image
  *