nlopess Mon Jul 26 11:20:13 2004 EDT
Modified files:
/phpdoc/en/reference/exif reference.xml
/phpdoc/en/reference/image reference.xml
Log:
move exif requirements note to the new exif folder; add note about GIF write support
http://cvs.php.net/diff.php/phpdoc/en/reference/exif/reference.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/exif/reference.xml
diff -u phpdoc/en/reference/exif/reference.xml:1.1
phpdoc/en/reference/exif/reference.xml:1.2
--- phpdoc/en/reference/exif/reference.xml:1.1 Sun Jul 25 19:08:32 2004
+++ phpdoc/en/reference/exif/reference.xml Mon Jul 26 11:20:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<reference id="ref.exif">
<title>Exif Functions</title>
<titleabbrev>Exif</titleabbrev>
@@ -19,9 +19,9 @@
&reftitle.required;
<para>
Your PHP must be compiled in with <literal>--enable-exif</literal>.
- The <acronym>GD</acronym> library is not required for the exif
- extension. Window users must also have the <link linkend="ref.mbstring">
- mbstring</link> extension enabled.
+ PHP does not require any additional library for the exif module. Windows
+ users must also have the <link linkend="ref.mbstring"> mbstring</link>
+ extension enabled.
</para>
</section>
http://cvs.php.net/diff.php/phpdoc/en/reference/image/reference.xml?r1=1.20&r2=1.21&ty=u
Index: phpdoc/en/reference/image/reference.xml
diff -u phpdoc/en/reference/image/reference.xml:1.20
phpdoc/en/reference/image/reference.xml:1.21
--- phpdoc/en/reference/image/reference.xml:1.20 Wed Mar 31 13:53:59 2004
+++ phpdoc/en/reference/image/reference.xml Mon Jul 26 11:20:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<reference id="ref.image">
<title>Image Functions</title>
<titleabbrev>Image</titleabbrev>
@@ -75,7 +75,8 @@
<entry>
Only supported in GD versions older than gd-1.6. <emphasis>Read-only
</emphasis> GIF support is available with PHP 4.3.0 and the bundled
- GD-library.
+ GD-library. <emphasis>Write</emphasis> support is avaliable since
+ PHP 4.3.9 and PHP 5.0.1.
</entry>
</row>
<row>
@@ -145,11 +146,6 @@
<acronym>JPEG</acronym> and <acronym>TIFF</acronym> images. This way you can
read meta data generated by digital cameras as mentioned above. These
functions do not require the <acronym>GD</acronym> library.
- <note>
- <simpara>
- PHP does not require any additional library for the exif module.
- </simpara>
- </note>
</para>
</section>