Comments on: How to Install PHP GD Support on Windows Server https://www.codexworld.com/how-to/install-php-gd-library-windows-server/ Web & Mobile App Development Company Wed, 01 Nov 2023 06:42:49 +0000 hourly 1 By: Mart Burg https://www.codexworld.com/how-to/install-php-gd-library-windows-server/comment-page-1/#comment-143483 Wed, 30 Jun 2021 08:48:49 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=2209#comment-143483 This worked for me do keep in mind that with php 8 gd2 became deprecated and it’s just gd now.
So the extension should be extension=php_gd.dll (which was missing from my php.ini)

]]>
By: Abhishek Singh https://www.codexworld.com/how-to/install-php-gd-library-windows-server/comment-page-1/#comment-140159 Wed, 12 May 2021 03:11:10 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=2209#comment-140159 Thank you;
It’s working you saved my lots of time keep posting.

]]>
By: Seetharaman https://www.codexworld.com/how-to/install-php-gd-library-windows-server/comment-page-1/#comment-136583 Thu, 18 Mar 2021 05:50:11 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=2209#comment-136583 i also using php8.0.0 version! in php.ini file, i viewed the gd dll file! it was ready to use! but, my program contains the error of undefined function! please kindly give the proper solution to me

]]>
By: Nathon https://www.codexworld.com/how-to/install-php-gd-library-windows-server/comment-page-1/#comment-135678 Wed, 03 Mar 2021 10:20:07 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=2209#comment-135678 I have PHP8 installed on Windows 10 and there is no php_gd2.dll in the ext directory, yet it is referenced in php.ini.
Dropping php_gd2.dll into the ext directory, doesn’t resolve the matter. So confused.

]]>
By: nazrul isalm https://www.codexworld.com/how-to/install-php-gd-library-windows-server/comment-page-1/#comment-94954 Wed, 09 Oct 2019 06:11:59 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=2209#comment-94954 In my case, I m using xampp 7.2.1. & in my php.ini
;extension=php_gd2.dll
file does not exist. there is a line
extension=gd2
and its enabled already. but still I m face problem

]]>