mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
remove unrelated exif not for windows, clarify what T1 fonts are
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221171 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
42533a7a7b
commit
ab6d7b6fa5
1 changed files with 2 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue