Home  >  Article  >  Backend Development  >  PHP。JAVA共享memcached的有关问题

PHP。JAVA共享memcached的有关问题

WBOY
WBOYOriginal
2016-06-13 13:25:33855browse

PHP。JAVA共享memcached的问题
需要修改memcached包中的php_memcached.c文件中
switch(op)
前加入
flags = 32;

重新编译memcached。
这样子就可以了。

PHP中有两个操作memcache的包:memcache 和 memcached

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