From: Magnus Manske Date: Fri, 22 Apr 2005 08:07:30 +0000 (+0000) Subject: Note for Windows users how to enable EXIF functions X-Git-Tag: 1.5.0alpha1~185 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=b6989fdb594b71a6247a51a52fb6aae2a53e31ff;p=lhc%2Fweb%2Fwiklou.git Note for Windows users how to enable EXIF functions --- 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 *