Installation issues - missing curl, fileinfo, and gd?
Moderator: Thorsten
Installation issues - missing curl, fileinfo, and gd?
I'm running PHP 7.3.11 on Win 10. Apache 2.4.41
Setup tells me those extensions are missing.
My php.ini has curl, fileinfo, and gd2 enabled. I checked the ext folder, and the dlls are there. They show up in phpinfo();
I verified I only have one php directory, only one php.ini on my system.
Setup tells me those extensions are missing.
My php.ini has curl, fileinfo, and gd2 enabled. I checked the ext folder, and the dlls are there. They show up in phpinfo();
I verified I only have one php directory, only one php.ini on my system.
You do not have the required permissions to view the files attached to this post.
Re: Installation issues - missing curl, fileinfo, and gd?
Hi,
we're using the standard PHP functions to detect the extensions:
https://github.com/thorsten/phpMyFAQ/bl ... #L286-L299
Did you checked the CLI PHP version?
bye
Thorsten
we're using the standard PHP functions to detect the extensions:
https://github.com/thorsten/phpMyFAQ/bl ... #L286-L299
Did you checked the CLI PHP version?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Installation issues - missing curl, fileinfo, and gd?
php -v results in PHP 7.3.11
Re: Installation issues - missing curl, fileinfo, and gd?
Hi,
yes, did you tried php -m?
bye
Thorsten
yes, did you tried php -m?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Installation issues - missing curl, fileinfo, and gd?
changing extension_dir ="ext" to extension_dir = "c:\php7\ext" resolved the fileinfo and gd issue, but not the curl issue. extension=curl is uncommented and php_curl.dll exists in c:\php7\ext
Re: Installation issues - missing curl, fileinfo, and gd?
php -m shows curl, fileinfo and gd. but still getting the curl error.
You do not have the required permissions to view the files attached to this post.
Re: Installation issues - missing curl, fileinfo, and gd?
Hi,
php -m fetches the configuration for the CLI, do you see curl support in an phpinfo() page?
bye
Thorsten
php -m fetches the configuration for the CLI, do you see curl support in an phpinfo() page?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Installation issues - missing curl, fileinfo, and gd?
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Installation issues - missing curl, fileinfo, and gd?
once i added LoadFile "c:/php7/ext/libssh2.dll" to httpd.conf it worked, curl now loads.
Re: Installation issues - missing curl, fileinfo, and gd?
Hi,
awesome!
bye
Thorsten
awesome!
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist