PHP 8 能有多快?(性能测试)
2022-12-02 09:01:16
82
{{single.collect_count}}

首先将PHP安装目录下的php_curl.dll、libeay32.dll和ssleay32.dll文件复制到system32下;然后打开php.ini文件,去掉“;extension=php_curl.dll”的分号;最后重启php服务。

php入门到就业线上直播课:进入学习
Apipost = Postman + Swagger + Mock + Jmeter 超好用的API调试工具:点击使用

本教程操作环境:windows7系统、PHP7.1版,DELL G3电脑

window下安装php_curl支持

1、将PHP安装文件夹下的三个文件php_curl.dll(可能在ext文件夹中),libeay32.dll,ssleay32.dll 复制到 system32下;

2、打开php.ini(可能在PHP环境的安装目录下,默认在c:\WINDOWS目录下),将;extension=php_curl.dll头部的分号去掉;

3、重启php的服务(apache或者IIS),如重启IIS,运行iisreset即可。

推荐学习:《PHP视频教程

以上就是php怎么安装配置curl的详细内容,更多请关注php中文网其它相关文章!

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}