1

I've installed the latest EasyPHP 16.1.1 Devserver package, everything works apart from cURL.

The error in the apache log is:

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\EasyPHP-Devserver-16.1\eds-binaries\php\php704vc14x86x160430134424\ext\php_curl.dll' - The specified module could not be found.\r\n in Unknown on line 0

If I navigate to the directory I can see it

curl.dll in directory

I'm using Windows 10 and I've un-commented the curl call in php.ini.

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
Lee
  • 131
  • 3
  • 9

1 Answers1

0

I have the definitive solution!!!

Add the path of the PHP folder to the Windows System Paths Variable (Right click on 'My Computer' > 'Properties' > 'Advanced System Settings' > 'Environment Variables')

Restart the computer.

F4LK0N
  • 1