首页技术文章正文

linux环境下PHP如何开启memcache扩展?[黑马程序员PHP培训]

更新时间:2019年08月07日 16时03分11秒 来源:黑马程序员

PHP在linux的环境运行少不了需要开启扩展,下面就介绍Windows环境下PHP如何开启memcache扩展。

1、Linux下运行php操作memcache的代码

此处Linux下的是nginx+php+memcache环境

①修改虚拟主机的配置

php在linux下开启memcache扩展1


②重启Nginx

php在linux下开启memcache扩展2


③创建测试文件

php在linux下开启memcache扩展3


④访问虚拟机

php在linux下开启memcache扩展4

此处我的ip为192.168.150.132

出现上图的问题是由于PHP服务没有启动

⑤启动PHP的服务

php在linux下开启memcache扩展5.jpg


⑥再次访问

php在linux下开启memcache扩展6



2、为Linux下的PHP开启扩展

在window下扩展文件一般为dll后缀。但是在Linux平台下扩展文件一般为so后缀。Linux下的扩展文件需要源码编译生成出so文件

①关于扩展文件包说明


php在linux下开启memcache扩展7


②将扩展文件上传到服务器下

php在linux下开启memcache扩展8


③安装unzip

php在linux下开启memcache扩展9


④解压

php在linux下开启memcache扩展10.jpg


⑤进入解压目录执行phpize[

php在linux下开启memcache扩展11


⑥安装依赖

php在linux下开启memcache扩展12



⑦再次执行phpize工具

php在linux下开启memcache扩展13


⑧执行configure工具

php在linux下开启memcache扩展14.jpg


⑨安装

php在linux下开启memcache扩展15

安装完成后的结果

php在linux下开启memcache扩展16


⑩修改php.ini引入扩展

php在linux下开启memcache扩展17

重启php

php在linux下开启memcache扩展18

效果

php在linux下开启memcache扩展19.jpg


结束【本文来自:黑马程序员


推荐阅读:
Windows环境下PHP如何开启memcache扩展



黑马程序员热门视频教程

Python入门教程完整版(懂中文就能学会)零起点打开Java世界的大门
C++| 匠心之作 从0到1入门学编程PHP|零基础入门开发者编程核心技术
Web前端入门教程_Web前端html+css+JavaScript软件测试入门到精通
在线咨询 我要报名
和我们在线交谈!