How to Install PHP GD in Xampp? Last Updated : 06 Dec, 2021 Comments Improve Suggest changes Like Article Like Report XAMPP is a free, easy-to-install Apache distribution containing MariaDB, PHP, and Perl. It allows you to build WordPress sites offline, on a local web server on your computer. It was first released in 2002. It is owned by Apache Friends and The PHP GD Graphics Library is a graphics software library for dynamically manipulating images. Its native programming language is ANSI C. In this article, we will know how can we install PHP GD in Xampp. Installing PHP GD in Xampp: Follow the below steps to install PHP GD in Xampp: Step 1: Open the XAMPP Control Panel from the taskbar of your system. Step 2: Start Apache & MySQL Step 3: Click on Config of Apache Step 4: Click on php.ini Which will further open a document file. Step 5: Open that file search for extension=fileinfo Step 6: Add extension=gd on the next line after extension=fileinfo and then save the file and close it. Step 7: Again navigate to your Xampp control panel and restart the apache server. That's it Now PHP GD is successfully installed in your XAMPP. Comment More infoAdvertise with us Next Article How to Install PHP GD in Xampp? I iamabhijha Follow Improve Article Tags : How To Installation Guide how-to-install Similar Reads How to Install PHP GD in Windows? GD is an open-source code library that is required to create and manipulate images in PHP. It is used for creating PNG, JPEG, and GIF images. It is commonly used to create charts, graphics, thumbnails, etc, and website development is the most common application of GD. It was originally developed by 2 min read How to Install Xampp in Linux XAMPP is a popular and free open-source platform primarily used for PHP development. It comes bundled with essential tools like Apache Web Server, MySQL (MariaDB), PHP, Perl, and more, making it a one-stop solution for web development. Installing and setting up XAMPP is streamlined, and the package 6 min read How to Install PHP GD in cPanel? PHP is a server-side prearranging language. that is utilized to foster Static sites or Dynamic sites or Web applications. PHP represents Hypertext Pre-processor, which prior represented Personal Home Pages. It was among the principal server-side dialects that could be inserted into HTML, making it m 2 min read How to Install php-xml in Ubuntu? Extensible Markup Language (XML) is a markup language similar to HTML, but the difference between HTML and XML is HTML has predefined tags but in XML we can create our own tags. The format of XML is standardized, if we share or transmit the XML over other systems and platform the receiver still will 2 min read How to install PHP in Windows 10? PHP is a general-purpose scripting language geared towards web development. It is an open-source software (OSS), which is free to download and use. PHP stands for "Hypertext Preprocessor". PHP files are saved with an extension called .php. It supports many databases MySQL, Oracle, etc.Installation o 2 min read Like