[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/image/_configure.xml?=
From:       MaurĂ­cio_Meneghini_Fauth <mauricio () php ! net>
Date:       2020-08-04 16:00:11
Message-ID: svn-mauricio-1596556811-350282-766380892 () svn ! php ! net
[Download RAW message or body]

mauricio                                 Tue, 04 Aug 2020 16:00:11 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=350282

Log:
Document GD installation changes in PHP 7.4.0

Changed paths:
    U   phpdoc/en/trunk/reference/image/configure.xml

Modified: phpdoc/en/trunk/reference/image/configure.xml
===================================================================
--- phpdoc/en/trunk/reference/image/configure.xml	2020-08-04 14:13:10 UTC (rev 350281)
+++ phpdoc/en/trunk/reference/image/configure.xml	2020-08-04 16:00:11 UTC (rev 350282)
@@ -10,12 +10,17 @@
   <option role="configure">--with-gd</option>.
   GD library requires <productname>libpng</productname> and
   <productname>libjpeg</productname> to compile.
+  As of PHP 7.4.0, <option role="configure">--with-gd</option> becomes
+  <option role="configure">--enable-gd</option> (whether to enable the
+  extension at all) and <option role="configure">--with-external-gd</option>
+  (to opt into using an external <productname>libgd</productname>, rather than
+  the bundled one).
  </para>
  <para>
   In Windows, you'll include the GD2 DLL <filename>php_gd2.dll</filename> as
   an extension in &php.ini;.
  </para>
-
+
  <para>
   Enhance the capabilities of GD to handle more image formats by specifying
   the <literal>--with-XXXX</literal> configure switch to your PHP configure
@@ -36,6 +41,8 @@
        To enable support for jpeg add
        <option role="configure">--with-jpeg-dir=DIR</option>. Jpeg 6b, 7 or 8
        are supported.
+       As of PHP 7.4.0, use <option role="configure">--with-jpeg</option>
+       instead.
       </entry>
      </row>
      <row>
@@ -46,6 +53,10 @@
        requires the <link linkend="zlib.requirements">zlib library</link>,
        therefore add <option role="configure">--with-zlib-dir[=DIR]</option>
        to your configure line.
+       As of PHP 7.4.0, <option role="configure">--with-png-dir</option> and
+       <option role="configure">--with-zlib-dir</option> have been removed.
+       <productname>libpng</productname> and <productname>zlib</productname>
+       are required.
       </entry>
      </row>
      <row>
@@ -55,6 +66,8 @@
        <option role="configure">--with-xpm-dir=DIR</option>. If configure
        is not able to find the required libraries, you may add the path to
        your X11 libraries.
+       As of PHP 7.4.0, use <option role="configure">--with-xpm</option>
+       instead.
       </entry>
      </row>
      <row>
@@ -65,6 +78,8 @@
        5.4.0.
        As of PHP 7.0.0 <option role="configure">--with-webp-dir=DIR</option> has
        to be added, i.e. support for libvpx has been removed in favor of libwebp.
+       As of PHP 7.4.0, use <option role="configure">--with-webp</option>
+       instead.
       </entry>
      </row>
     </tbody>
@@ -104,7 +119,7 @@
       <entry><literal>T1lib</literal></entry>
       <entry>
        To enable support for T1lib (Postscript Type 1 fonts) add
-       <option role="configure">--with-t1lib[=DIR]</option> (Removed
+       <option role="configure">--with-t1lib[=DIR]</option> (Removed
        as of PHP 7.0.0).
       </entry>
      </row>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic