How to install PHP GD extension in xampp?
8 steps:
- Open xampp control panel.
- Start apache and mysql.
- Click on config option of apache.
- Click on php. ini and open it.
- Press Ctrl + F and search “extension=” or “extension=fileinfo”.
- On the next line to “extension=fileinfo”, add “extension=gd”.
- Save the file.
- Stop apache and restart it.