My WAMP curl is not working and not showing up in the phpinfo()
My system
Windows 7 64 bit
php-5.6.7-Win32-VC11-x64
WAMP 2.5
Apache 2.4.9 64bit VC 11
I have followed the steps FROM http://stackoverflow.com/questions/12076641/call-to-undefined-function-curl-init-with-wamp
and read to update the the php_curl.dll From the URL http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/
but there are none for php5.6.7.
I feel like Im having the same issue. My WAMP is Checked on PHP>PHP Exten>php_curl and openssl.
ALL the php.ini have the ;
deleted from apache and php.ini and phpForApache.ini
extension=php_bz2.dll
extension=php_curl.dll
extension=php_fileinfo.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_gmp.dll
extension=php_intl.dll
extension=php_imap.dll
;extension=php_interbase.dll
extension=php_ldap.dll
extension=php_mbstring.dll
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
extension_dir = "c:/wamp/bin/php/php5.6.7/ext/"
; On windows:
extension_dir = "c:/wamp/bin/php/php5.6.7/ext/"
This is the php Error Log:
[26-Mar-2015 20:49:08 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.6.7/ext/php_curl.dll' - The specified module could not be found.
in Unknown on line 0
[26-Mar-2015 20:49:08 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.6.7/ext/php_intl.dll' - The specified module could not be found.
in Unknown on line 0
Were can i download a new php_curl.dll for PHP 5.6.7 VC11