Home >Backend Development >PHP Tutorial >php安装gd库扩展

php安装gd库扩展

WBOY
WBOYOriginal
2016-06-23 13:11:111716browse

cd /usr/src/php-5.6.2/ext/gdphpize./configuremakemake installvim /data/php/etc/php.ini添加extension_dir = "/data/php/lib/php/extensions/no-debug-non-zts-20131226/"extension=gd.so重启php/etc/init.d/php-fpm restartphp -m | grep gdgd


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn