reference/exif/setup.xml
762fd781b63e37a13eb616602f715898dd237955
...
...
@@ -8,10 +8,15 @@
8
8
<section xml:id="exif.requirements">
9
9
&reftitle.required;
10
10
<para>
11
-
Your PHP must be compiled in with <literal>--enable-exif</literal>.
12
-
PHP does not require any additional library for the exif module. Windows
13
-
users must also have the <link linkend="ref.mbstring"> mbstring</link>
14
-
extension enabled.
11
+
Your PHP must be compiled in with <literal>--enable-exif</literal>. To enable
12
+
multibyte support in EXIF tags, the <link linkend="ref.mbstring">mbstring</link>
13
+
extension must be enabled by compiling PHP with <literal>--enable-mbstring</literal>.
14
+
PHP does not require any additional library for the exif module.
15
+
</para>
16
+
<para>
17
+
Windows only: The <link linkend="ref.mbstring">mbstring</link> extension must always
18
+
be enabled. Note that <link linkend="ref.mbstring">mbstring</link> extension must be
19
+
loaded prior to EXIF in <filename>php.ini</filename>.
15
20
</para>
16
21
</section>
17
22
<!-- }}} -->
18
23