gpt4 book ai didi

php - 编译 PHP 8 : --with-gd --enable-gd-native-ttf 时无法识别的选项

转载 作者:行者123 更新时间:2023-12-02 18:21:20 27 4
gpt4 key购买 nike

我正在尝试使用 GD 函数:imagettfbbox(),但它未定义。自从我在 Ubuntu 21.10 上以来,我已经编译了我自己的带有 argon2 支持的 PHP 版本。

我是这样配置的:

./configure --with-password-argon2 --with-jpeg --with-freetype --enable-bcmath --enable-calendar --enable-dba --enable-exif   --enable-ftp   --enable-mbstring   --enable-shmop   --enable-sigchild   --enable-soap   --enable-sockets   --enable-sysvmsg   --enable-gd-native-ttf    --with-gd   --with-curl   --with-gettext   --with-openssl   --with-pdo-mysql   --with-zlib

如上所述,我终于找到了我需要的所有 ./configure 选项。但是,--with-gd--enable-gd-native-ttf 无法识别,不会与我的构建集成。 我如何访问上述功能?我找不到关于此主题的任何最新信息(过去 10 年),因为 --with-gd 似乎已在 php 7.2 中弃用。我正在构建最新版本 (PHP 8.2-dev)。提前致谢

最佳答案

--enable-gd-native-ttf 根据图像文档已弃用:

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

同时 --with-gd 被替换为 --enable-gd

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

关于php - 编译 PHP 8 : --with-gd --enable-gd-native-ttf 时无法识别的选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70856999/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com