How to open GD2 extensions in PHP
How to open GD2 extensions in PHP
After the standard installation of Apache and PHP, if you need the GD library support, just execute the following command is OK:
Apt-get Install PHP5-GD
Find the PHP configuration file php.ini, search Extension=php_gd2.dll, remove the preceding semicolon;
If you do not add this case directly to the Windows system and compile-time support for GD PHP, save and restart Apache can be
If you are using an installation version like Ubuntu's Deb. Redhat RPM-Installed PHP can be installed using the command
Ubuntu:sudo Apt-get Install PHP5-GD
Redhat:yum Install PHP-GD
FreeBSD can be solved using Systeminstall's package installation GD2
If you are compiling the installation and do not choose to support GD, you need to install GD first and then recompile PHP
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.