Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Shivamyadav's avatar

GD extension not available for this php installation.

I have downloaded the intervation image named package in it , from then when i try to use it , it shows me that Gd GD extension not available for this php installation

0 likes
7 replies
Sinnbeck's avatar

What platform? Windows with xampp?

1 like
Shivamyadav's avatar

@jlrdw but how sir , try with doing the php.init file changing the line but unable to solved it🥺

jlrdw's avatar

@Shivamyadav

; before
;extension=gd

;after
extension=gd

I un-comment fileinfo also. Restart Apache.

chiefguru's avatar

@shivamyadav remove the semi-colon from in front of extension=gd2 in the php.ini file, save the file, stop and restart apache then check that it's active through phpinfo.

if it doesn't show up then you've done something wrong.

Please or to participate in this conversation.