Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memcache编译失败 #49

Closed
leiurayer opened this issue Feb 22, 2018 · 1 comment
Closed

memcache编译失败 #49

leiurayer opened this issue Feb 22, 2018 · 1 comment

Comments

@leiurayer
Copy link

安装版本为php7.2.2,memcache3.0.8
编译memcache时报错,没有"ext/standard/php_smart_str.h" and "ext/standard/php_smart_str_public.h"

@leiurayer
Copy link
Author

查到问题原因了

Note that the Memcache 3.0.8 module DOES NOT WORK WITH PHP 7 (or higher)
There is an open bug about this - see https://bugs.php.net/bug.php?id=72887 and over 1 year old at time of writing - however, it appears that development of this module has been abandoned and the MemcacheD module is now the only way to access Memcache through PHP.
If you are writing a NEW tool, and you want to use Memcache, use the MemcacheD library. If you are trying to repair an old tool, you'll either have to stick with PHP 5.6, or, spend the time reworking your code to use MemcacheD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant