I was trying to upgrade my server to latest Apache 2.4.23 and PHP 7.1 but it fail to load php_curl library, don't know why.
PHP Warning: PHP Startup: Unable to load dynamic library 'ext\\php_curl.dll' - The specified procedure could not be found.\r\n in Unknown on line 0
I have tried followings
- Change extension path to full path like d:\webserver\php\ext
- Copy
php_curl.dll, libssh2.dll, libeay32.dll, ssleay32.dll
to System32, php/ext, apache/bin, php - Added php path system variable
- Have tried both PHP7 and PHP7.1
- All of these are x64 and all other extension loaded successfully and server working but only php_curl is not working
- uncommented extension in php.ini
- Apache 2.4.23 x64
- PHP7 and Also tried PHP7.1 (Thread Safe) x64
- Windows 10 x64
apache\bin
folder – Witkowski\windows\system32
folder – Witkowskiphp.ini
files? – Witkowskiphp.ini
file from \php\ to \apache\bin\ – Witkowski