From b6989fdb594b71a6247a51a52fb6aae2a53e31ff Mon Sep 17 00:00:00 2001 From: Magnus Manske Date: Fri, 22 Apr 2005 08:07:30 +0000 Subject: [PATCH] Note for Windows users how to enable EXIF functions --- includes/Image.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/includes/Image.php b/includes/Image.php index 9ded475a2b..0c6f06a7ca 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -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 * -- 2.20.1