欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

mac 10.10 phpize问题

程序员文章站 2022-04-12 18:43:51
...
PHP Warning:  PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20121212

版本不一致,导致memcache扩展加载失败。有遇到同样问题的朋友么?

回复内容:

PHP Warning:  PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20121212

版本不一致,导致memcache扩展加载失败。有遇到同样问题的朋友么?

sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include /usr/include

相关标签: mac php