Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install/enable GD in xampp windows [php 7.2]?

Tags:

codeigniter

gd

I Can't figure out how to install php-gd for PHP7.2. Is there any way to install/enable GD extension in xampp windows? I checked the php.ini file for php_gd2.dll but I can't find that line. It seems like GD is missing in PHP7.2. Any suggestions??

like image 837
Shibin Suresh Avatar asked Apr 02 '19 11:04

Shibin Suresh


1 Answers

  1. go to php.ini file
  2. search this ;extension=gd
  3. remove ; then restart the server
like image 178
Wazir Khan Kharotai Avatar answered Oct 03 '22 08:10

Wazir Khan Kharotai