php-doc-en/reference/exif/setup.xml
Kalle Sommer Nielsen 762fd781b6 Update the exif documentation:
- Reflect new formats added in 7.2
 - Fixed the example in exif_thumbnail() to reflect a better practice without $_REQUEST
 - Fixed bug #69045 (document exif supported filetypes)
 - Better install instructions and other minor changes here and there

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342647 c90b9560-bf6c-de11-be94-00142212c4b1
2017-07-08 11:32:37 +00:00

61 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<chapter xml:id="exif.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="exif.requirements">
&reftitle.required;
<para>
Your PHP must be compiled in with <literal>--enable-exif</literal>. To enable
multibyte support in EXIF tags, the <link linkend="ref.mbstring">mbstring</link>
extension must be enabled by compiling PHP with <literal>--enable-mbstring</literal>.
PHP does not require any additional library for the exif module.
</para>
<para>
Windows only: The <link linkend="ref.mbstring">mbstring</link> extension must always
be enabled. Note that <link linkend="ref.mbstring">mbstring</link> extension must be
loaded prior to EXIF in <filename>php.ini</filename>.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.exif.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.exif.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="exif.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->