Search code examples
phplinuxmakefile

Unrecognized options when compiling PHP 8


an unknown error has occurred. please try again later.


Solution

  • --enable-gd-native-ttf is deprecated as per the image documentation:

    To enable support for native TrueType string function add --enable-gd-native-ttf. (This option has no effect and has been removed as of PHP 7.2.0.)

    Also --with-gd was replaced with --enable-gd.

    https://www.php.net/manual/en/image.installation.php