summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 738c02c15c..7d180e0a91 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -130,7 +130,7 @@ PHP 7.4 UPGRADE NOTES
- GD:
. Freetype detection now relies on pkg-config. The --with-freetype-dir option
- has been renamed to --enable-freetype and no longer accepts a directory.
+ has been renamed to --with-freetype and no longer accepts a directory.
Instead pkg-config environment variables can be used to configure custom paths,
see either ./configure --help or follow the instructions in error messages.
. The behavior of imagecropauto() in the bundled libgd has been synced with