Freetype not supported by gd extension #280

Closed
opened 2023-03-17 01:34:02 +00:00 by zakov2302 · 5 comments
zakov2302 commented 2023-03-17 01:34:02 +00:00 (Migrated from github.com)

Should I re-configure gd?

Should I re-configure gd?
richarvey commented 2023-03-17 08:09:05 +00:00 (Migrated from github.com)

Just working on a fix 3.1.2

Just working on a fix 3.1.2
richarvey commented 2023-03-17 08:20:05 +00:00 (Migrated from github.com)

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

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
zakov2302 commented 2023-03-18 06:01:43 +00:00 (Migrated from github.com)

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()

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()
richarvey commented 2023-03-19 00:07:00 +00:00 (Migrated from github.com)

Try pulling a newer container version, it should be supported in the PHP 8.2.4 container.

Try pulling a newer container version, it should be supported in the PHP 8.2.4 container.
zakov2302 commented 2023-03-20 05:07:10 +00:00 (Migrated from github.com)

Thank you.

Thank you.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ric/nginx-php-fpm#280
No description provided.