Home > Backend Development > PHP Tutorial > Solution to the problem that php cannot generate images in phpStudy2013_PHP Tutorial

Solution to the problem that php cannot generate images in phpStudy2013_PHP Tutorial

WBOY
Release: 2016-07-13 10:56:37
Original
1073 people have browsed it

Generating images in php requires the use of a GD library. By default, phpStudy is turned on. However, after phpStudy2013, the GD library is installed by default and no longer enables this function. Users need to configure it. .

phpStudy2013 GD support is not enabled. Solution

phpStudyAdmin Console - Configuration File - php.ini

Look for "extension=php_gd2.dll", remove the ";" in front of "extension=php_gd2.dll", and save

phpStudyAdmin Console - Apache Service - Restart

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632156.htmlTechArticleGenerating images in php requires the use of a GD library. By default, phpStudy is turned on, but After phpStudy2013, the GD library is installed by default and this function is no longer enabled...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template