Search found 5 matches

by sspence65
Thu Apr 22, 2021 7:56 am
Forum: Webserver and configuration
Topic: Installation issues - missing curl, fileinfo, and gd?
Replies: 9
Views: 14467

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.
by sspence65
Thu Apr 22, 2021 7:15 am
Forum: Webserver and configuration
Topic: Installation issues - missing curl, fileinfo, and gd?
Replies: 9
Views: 14467

Re: Installation issues - missing curl, fileinfo, and gd?

php -m shows curl, fileinfo and gd. but still getting the curl error.
phpmyfaq install error.PNG
by sspence65
Thu Apr 22, 2021 7:13 am
Forum: Webserver and configuration
Topic: Installation issues - missing curl, fileinfo, and gd?
Replies: 9
Views: 14467

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
by sspence65
Wed Apr 21, 2021 6:50 am
Forum: Webserver and configuration
Topic: Installation issues - missing curl, fileinfo, and gd?
Replies: 9
Views: 14467

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. phpmyfaq ...