Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 php 上调整图像大小时遇到问题,它说安装 gd 库。我在互联网上进行了研究,但找不到可以解决此类问题的方法,并且我也尝试了您的帖子,但是回溯 5r3 中没有 apt-get install php5-gd 。
您需要在 php.ini 中启用 gd2.dll
;Windows Extensions ;Note that ODBC support is built in, so no dll is needed for it. ; extension=php_gd2.dll