diff --git a/reference/image/configure.xml b/reference/image/configure.xml index ec60e9082b..ff91f2a3fc 100644 --- a/reference/image/configure.xml +++ b/reference/image/configure.xml @@ -10,12 +10,17 @@ . GD library requires libpng and libjpeg to compile. + As of PHP 7.4.0, becomes + (whether to enable the + extension at all) and + (to opt into using an external libgd, rather than + the bundled one). In Windows, you'll include the GD2 DLL php_gd2.dll as an extension in &php.ini;. - + Enhance the capabilities of GD to handle more image formats by specifying the --with-XXXX configure switch to your PHP configure @@ -36,6 +41,8 @@ To enable support for jpeg add . Jpeg 6b, 7 or 8 are supported. + As of PHP 7.4.0, use + instead. @@ -46,6 +53,10 @@ requires the zlib library, therefore add to your configure line. + As of PHP 7.4.0, and + have been removed. + libpng and zlib + are required. @@ -55,6 +66,8 @@ . 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 + instead. @@ -65,6 +78,8 @@ 5.4.0. As of PHP 7.0.0 has to be added, i.e. support for libvpx has been removed in favor of libwebp. + As of PHP 7.4.0, use + instead. @@ -104,7 +119,7 @@ T1lib To enable support for T1lib (Postscript Type 1 fonts) add - (Removed + (Removed as of PHP 7.0.0).