lwj1435 发表于 2016-7-8 18:00:04

php7 怎么安装mcrypt模块

php7 怎么安装mcrypt模块?如题

licess 发表于 2016-7-8 20:29:30

参考:https://www.vpser.net/manage/lnmp-php-install-ext.html

malsony 发表于 2016-7-12 17:48:57

已编译成功,也在php.ini上加了extension=mcrypt.so,lnmp restart后还是一个红叉叉……:(

licess 发表于 2016-7-12 18:41:17

mcrypt本来就默认带的

licess 发表于 2016-7-13 09:05:37

update: 你说的探针上的这个问题在php7 下是因为那个函数被 移除造成的,其实是支持的

malsony 发表于 2016-7-13 10:52:13

原帖由 licess 于 2016-7-13 09:05 发表 https://bbs.vpser.net/images/common/back.gif
update: 你说的探针上的这个问题在php7 下是因为那个函数被 移除造成的,其实是支持的 是不是就好像apc一样,新版本php用了apcu,在探针上apc还是红叉叉,但实际上apcu已在工作?

lwj1435 发表于 2016-7-13 16:13:32

PHP Warning:PHP Startup: mcrypt: Unable to initialize module
Module compiled with build ID=API20151012,NTS
PHP    compiled with build ID=API20151012,NTS,debug
These options need to match
in Unknown on line 0



Warning: PHP Startup: mcrypt: Unable to initialize module
Module compiled with build ID=API20151012,NTS
PHP    compiled with build ID=API20151012,NTS,debug

lwj1435 发表于 2016-7-13 16:13:52

装了后,好像版本不一样

licess 发表于 2016-7-13 18:24:53

回复 6# 的帖子

apc与apcu不一样肯定不会显示,php -m才是最准确的

malsony 发表于 2016-7-14 16:45:57

回复 9# 的帖子

嗯,就是不一样,探针才认为apc没有咯。php -m一看,确认是想装的都装了。:victory:
页: [1]
查看完整版本: php7 怎么安装mcrypt模块