curl is activated but is not showing in phpinfo

后端 未结 3 1723
無奈伤痛
無奈伤痛 2021-01-03 03:48

I have a problem that curl is not showing in phpinfo as i am using wampserver(64 bit) but when i open php and then php extensions a tick is placed

3条回答
  •  独厮守ぢ
    2021-01-03 04:27

    This is where I finally found my answer: PHP cURL not working - WAMP on Windows 7 64 bit

    There, Matthieu Napoli says:

    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 corresponds to your php version under "Fixed curl extensions:".

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

提交回复
热议问题