Home > Backend Development > PHP Tutorial > After installing redis on mac10.11, where is redis.so?

After installing redis on mac10.11, where is redis.so?

WBOY
Release: 2016-10-23 00:12:55
Original
1436 people have browsed it

Because the built-in php5.5 is compiled with module API=20121212, so redis.so must also be compiled with module API=20121212 before it can be used

Reply content:

Because the built-in php5.5 is compiled with module API=20121212, so redis.so must also be compiled with module API=20121212 before it can be used

I am using centos and php 7.
Installing redis does not mean that there is a redis extension for php. You need to manually compile the php extension for redis yourself.
For the topic owner’s reference.

Related labels:
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