diff --git a/reference/exif/reference.xml b/reference/exif/reference.xml index d355662348..a58848fd2f 100644 --- a/reference/exif/reference.xml +++ b/reference/exif/reference.xml @@ -1,5 +1,5 @@ - + Exif Functions Exif @@ -19,9 +19,9 @@ &reftitle.required; Your PHP must be compiled in with --enable-exif. - The GD library is not required for the exif - extension. Window users must also have the - mbstring extension enabled. + PHP does not require any additional library for the exif module. Windows + users must also have the mbstring + extension enabled. diff --git a/reference/image/reference.xml b/reference/image/reference.xml index d370634be5..71b016cd2d 100644 --- a/reference/image/reference.xml +++ b/reference/image/reference.xml @@ -1,5 +1,5 @@ - + Image Functions Image @@ -75,7 +75,8 @@ Only supported in GD versions older than gd-1.6. Read-only GIF support is available with PHP 4.3.0 and the bundled - GD-library. + GD-library. Write support is avaliable since + PHP 4.3.9 and PHP 5.0.1. @@ -145,11 +146,6 @@ JPEG and TIFF images. This way you can read meta data generated by digital cameras as mentioned above. These functions do not require the GD library. - - - PHP does not require any additional library for the exif module. - -