Php curl installed yet composer says its not -


i trying composer running solely purpose of updating cc merchants files (since incompetent enough make way downloading api source)

i have error composer saying

problem 1     - requested php extension ext-curl * missing system. install or enable php's curl extension. 

i have curl installed (responds in cmd) , and enabled extension in php.ini files have found. missing?

i have curl installed (responds in cmd) , and enabled extension in php.ini files have found. missing?

hmm, seems guessing around correct php.ini in order enable php extension curl, right?

these steps might you:

  • please run php --ini on cli find php.ini edit (loaded configuration file).
  • then edit php.ini , enable php extension curl.
  • test, curl available: php --ri curl (the command prints extension configuration).
  • then run composer on cli again.