betz Thu Oct 5 10:14:53 2006 UTC
Modified files:
/phpdoc/en/reference/image configure.xml
Log:
remove unrelated exif not for windows, clarify what T1 fonts are
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/configure.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/image/configure.xml
diff -u phpdoc/en/reference/image/configure.xml:1.10
phpdoc/en/reference/image/configure.xml:1.11
--- phpdoc/en/reference/image/configure.xml:1.10 Tue Sep 14 09:26:27 2004
+++ phpdoc/en/reference/image/configure.xml Thu Oct 5 10:14:53 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<section id="image.installation">
&reftitle.install;
<para>
@@ -17,12 +17,6 @@
removed in PHP 4.3.2. Also note that the preferred truecolor image
functions, such as <function>imagecreatetruecolor</function>, require GD2.
</para>
- <note>
- <para>
- To enable exif support in Windows, php_mbstring.dll must be loaded prior
- to php_exif.dll in php.ini.
- </para>
- </note>
<para id="image.configure.php3">
To disable GD support in <emphasis>PHP 3</emphasis> add
<option role="configure">--without-gd</option> to your configure line.
@@ -109,7 +103,7 @@
<row>
<entry><literal>T1lib</literal></entry>
<entry>
- To enable support for T1lib (Type 1 fonts) add
+ To enable support for T1lib (Postscript Type 1 fonts) add
<option role="configure">--with-t1lib[=DIR]</option>.
</entry>
</row>