“Zainstaluj rozszerzenie GD PHP Ubuntu” Kod odpowiedzi

Zainstaluj rozszerzenie GD PHP Ubuntu

#install gd extension, 7.4 replace it with your version
sudo apt-get install php7.4-gd
#check if installed
php -m | grep gd
#restart your web server 
sudo service apache2 restart
or
sudo service nginx restart
Snippets

Zainstaluj lub włącz rozszerzenie GD PHP

apt-get install php-gd
Viluma

Odpowiedzi podobne do “Zainstaluj rozszerzenie GD PHP Ubuntu”

Pytania podobne do “Zainstaluj rozszerzenie GD PHP Ubuntu”

Więcej pokrewnych odpowiedzi na “Zainstaluj rozszerzenie GD PHP Ubuntu” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu