“Habilitar GD PHP” Código de respuesta

Instalar o habilitar la extensión GD de PHP

apt-get install php-gd
Viluma

Habilitar GD PHP

Check if in your php.ini file has the following line:
;extension=php_gd2.dll
if it does, remove the ";", then save the file and reload apache.
Excited Eel

Respuestas similares a “Habilitar GD PHP”

Preguntas similares a “Habilitar GD PHP”

Más respuestas relacionadas con “Habilitar GD PHP” en PHP

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código