Skip to content

Commit 35ec6f2

Browse files
committed
5.9: GD
1 parent e86f1f2 commit 35ec6f2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/5.x/requirements.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Due to its diverging parity with MySQL, we no longer recommend MariaDB for sites
4444
- [BCMath](https://www.php.net/manual/en/book.bc.php)
4545
- [ctype](https://secure.php.net/manual/en/book.ctype.php)
4646
- [cURL](http://php.net/manual/en/book.curl.php)
47-
- [GD](http://php.net/manual/en/book.image.php) or [ImageMagick](http://php.net/manual/en/book.imagick.php)
47+
- [GD](http://php.net/manual/en/book.image.php) <Since ver="5.9.0" description="GD became a requirement in {ver} of {product}" />
4848
- [iconv](http://php.net/manual/en/book.iconv.php)
4949
- [Intl](http://php.net/manual/en/book.intl.php)
5050
- [JSON](http://php.net/manual/en/book.json.php)
@@ -59,7 +59,10 @@ Due to its diverging parity with MySQL, we no longer recommend MariaDB for sites
5959
- [DOM](http://php.net/manual/en/book.dom.php)
6060

6161
::: tip
62-
We recommend ImageMagick over GD for expanded [image handling options](development/image-transforms.md).
62+
We recommend [ImageMagick](http://php.net/manual/en/book.imagick.php) over GD for expanded [image handling options](development/image-transforms.md).
63+
64+
When multiple image drivers are available on your platform, Craft prefers ImageMagick.
65+
You can explicitly select a driver with the <config5:imageDriver> setting.
6366
:::
6467

6568
## Optional PHP Methods and Configurations

0 commit comments

Comments
 (0)