php7安装 - PHP7 不支持amqp吗?

WBOY
Release: 2016-06-06 20:17:25
Original
1489 people have browsed it

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

回复内容:

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

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

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

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

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

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!