So with php 5.1 being phased out a lot of the pre compiled extensions for php 5.3 don’t exist yet.
I run MAMP at home and at work, and the person who develops the app does not include a lot of extensions. Or even on his site as a extra download. Which I may do now….
Many of the guides try to explain how to download the php and memcache source and try to compile it, many are out of date, or dont work at all. Maybe it was because I had macports installed. So I used macports, enabled i386 and x86_64, and built php memcache 2.2.6.
/Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/memcache.so
Loaded up apache, checked phpinfo, and it was loaded !
This make me really want to do my own MAMP like project
I have the built binary of the file for people that do not want to compile it… memcache.so
