PHP Curl CURLOPT_IPRESOLVE

后端 未结 1 1643
忘掉有多难
忘掉有多难 2020-12-11 02:13

I have been working on a facebook application which uses facebook graph API for authentication, recently facebook upgraded to IPv6 and my network does\'nt support IPv6 so al

1条回答
  •  猫巷女王i
    2020-12-11 02:34

    Check you curl version

    CURLOPT_IPRESOLVE is available since curl 7.10.8

    Try this sample code to test

    FYI: http://gcov.php.net/PHP_5_3/lcov_html/curl/interface.c.gcov.php

    0 讨论(0)
提交回复
热议问题