Curl activated but not displayed in phpinfo

I have a problem with what curldoes not appear in phpinfo, as I use wampserver(64 bit), but when I open php and then expand php, a checkmark is placed on my Wamp server opposite php_curl, but still the curl does not appear in phpinfo. Can anybody help me?

+5
source share
3 answers

I ran into this problem myself a couple of days ago, the only way I could fix it was to install apache version 2.2.9 and php add-version 5.3.1

Both are available in the addons section of the download page at http://www.wampserver.com/en

:: 64- , 32- , .

... (C):\wamp\logs\apache_error ( ), , , .

PHP : PHP: 'c:/wamp/bin/php/php5.4.3/ext/php_curl.dll' - , . . sxstrace.exe . \r\n Unknown on line 0

, , , . , 32- Wamperver, 64- , .

+6

: PHP cURL - WAMP Windows 7 64

:

Go to http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/ and download the curl version that matches your php version in section "Fixed twist extensions:".

So, if you have php 5.3.13, download "php_curl-5.3.13-VC9-x64.zip". Try first "VC". Then replace the php_curl.dll file in the ext folder. It worked for me.

+2
source

All Articles