From c3bc43da98308c9f985a4b3bfeabcc37d8f32f78 Mon Sep 17 00:00:00 2001 From: Dallas Wang Date: Wed, 28 Aug 2002 18:28:39 +0000 Subject: [PATCH] Fixed syntax error. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93953 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/reference.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/reference/image/reference.xml b/reference/image/reference.xml index c7e555f406..ee6c61b593 100644 --- a/reference/image/reference.xml +++ b/reference/image/reference.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -15,9 +15,11 @@ - Read requirements section about how to expand image capabilities - to read, write and modify images and to read meta data of pictures - taken by digital cameras. + + Read requirements section about how to expand image capabilities + to read, write and modify images and to read meta data of pictures + taken by digital cameras. + @@ -36,14 +38,14 @@ Versions of GD older than gd-1.6 support gif format images, and do not support png, where versions greater than gd-1.6 support png, not gif. - - Since PHP 4.3 there is a bundeled version of the GD lib. This bundeled - version has some additional features like alpha blending and should - be used in preference to the external library since it's codebase is - better maintained and more stable. + + Since PHP 4.3 there is a bundeled version of the GD lib. This bundeled + version has some additional features like alpha blending and should + be used in preference to the external library since it's codebase is + better maintained and more stable. + - If you have PHP compiled with