Use of undefined constant CURLOPT_IPRESOLVE - assumed 'CURLOPT_IPRESOLVE'

后端 未结 2 373
遥遥无期
遥遥无期 2021-01-26 17:09

i have http://www.idiotminds.com/login-with-facebook-in-codeigniter/ but i have error

> A PHP Error was encountered
> 
> Severity: Notice
> 
> Me         


        
2条回答
  •  时光说笑
    2021-01-26 17:41

    Yes, you may get latest curl. But you still have to install php-curl for php. you chould check whether you have or not have it.

    php -i |grep curl
    //this will be return in your linux command line.
    /etc/php/7.1/cli/conf.d/20-curl.ini,
    curl
    

提交回复
热议问题