Home >Backend Development >PHP Tutorial >mac 10.10 phpize问题
<code>PHP Warning: PHP Startup: memcache: Unable to initialize module Module compiled with module API=20100525 PHP compiled with module API=20121212 </code>
版本不一致,导致memcache扩展加载失败。有遇到同样问题的朋友么?
<code>PHP Warning: PHP Startup: memcache: Unable to initialize module Module compiled with module API=20100525 PHP compiled with module API=20121212 </code>
版本不一致,导致memcache扩展加载失败。有遇到同样问题的朋友么?
sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include /usr/include