Home >Backend Development >PHP Tutorial >php7安装 - PHP7 不支持amqp吗?

php7安装 - PHP7 不支持amqp吗?

WBOY
WBOYOriginal
2016-06-06 20:17:251515browse

1.为php7安装amqp插件的时候报错,退回到php5版本正常

回复内容:

1.为php7安装amqp插件的时候报错,退回到php5版本正常

PHP7 是支持的,可能是你没找对lib 源码包吧。

<code>https://github.com/pdezwart/php-amqp</code>

你用这个源码包试试,我这边安装时OK 的

第三方扩展需要升级支持到PHP7才能正常安装,PHP7内核与PHP5内核间有很大区别,扩展库都需要进行适配才能正常编译。建议你关注amqp开发者提供的一些信息和开发进度。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn