how to enable php curl for use in php cli

前端 未结 2 1978
谎友^
谎友^ 2021-01-28 03:57

I\'ve installed php on my computer without a server and running it using cli php curl isn\'t enabled and I don\'t have a clue how to do it.

2条回答
  •  礼貌的吻别
    2021-01-28 04:52

    • How use cURL library when running PHP through Command Line

    you need first to install cURL

    • http://curl.haxx.se/docs/install.html
    • http://it.php.net/features.commandline [via Web Archive]

提交回复
热议问题