开发者

Installing curl in php

开发者 https://www.devze.com 2023-02-18 00:00 出处:网络
I have only dev CPP in my Win7 system. I have a xampp server so ho开发者_如何学JAVAw can I install Curl in my system.XAMPP\'s PHP comes with CURL as an extension, but it\'s not enabled by default.You

I have only dev CPP in my Win7 system. I have a xampp server so ho开发者_如何学JAVAw can I install Curl in my system.


XAMPP's PHP comes with CURL as an extension, but it's not enabled by default. You just have to look in php/php.ini for a line that reads

;extension=php_curl.dll

and uncomment it.

0

精彩评论

暂无评论...
验证码 换一张
取 消