Home > Backend Development > PHP Problem > What should I do if php cannot load the gd library?

What should I do if php cannot load the gd library?

藏色散人
Release: 2023-03-12 13:02:01
Original
3365 people have browsed it

Solution to the problem that php cannot load the gd library: 1. Find and open the "php.ini" file; 2. Remove the semicolon in front of "extension=php_gd2.dll"; 3. Modify the ext directory. .

What should I do if php cannot load the gd library?

The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer

What should I do if php cannot load the gd library?

php5 opens the gd library, but it still does not open after opening the problem solution

1. Find and open the "php.ini" file

2. Remove the semicolon in front of extension=php_gd2.dll.

What should I do if php cannot load the gd library?

2. To modify the ext directory, the absolute path must be used, as shown in the figure below:

What should I do if php cannot load the gd library?

Recommended learning : "PHP Video Tutorial"

The above is the detailed content of What should I do if php cannot load the gd library?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template