Warning: PHP Startup: Unable to load dynamic library 'gd2' (tried: E:\phpXampp\php\ext\gd2 (The specified module could not be found.), E:\phpXampp\php\ext\php_gd2.dll (The specified module could not be found.)) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'gettext' (tried: E:\phpXampp\php\ext\gettext (The specified module could not be found.), E:\phpXampp\php\ext\php_gettext.dl l (The specified module could not be found.)) in Unknown on line 0
I have this problem installing laravel. Actual link is
E:\XAMPPL\php\ext\gettext
while it show E:\phpXampp\php\ext\gettext
in warning.
How to change the path?
sudo apt-get install php7.gd2
- AbdulAhmad Matin