Freetype not supported by gd extension #280
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ric/nginx-php-fpm#280
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Should I re-configure gd?
Just working on a fix 3.1.2
This "should" work. Can you share the code which throws the error please. phpinfo() shows it should be enabled,
GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.12.1
sure.
PHP Version 8.1.6
GD Support enabled
GD Version bundled (2.1.0 compatible)
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
libPNG Version 1.6.37
WBMP Support enabled
XBM Support enabled
BMP Support enabled
TGA Read Support enabled
with mews/captcha to genarate captcha,
Fatal error: Call to undefined function imagettftext()
Try pulling a newer container version, it should be supported in the PHP 8.2.4 container.
Thank you.