majksner / php-memcached-mamp

Pecl Memcached Extension for MAMP 3.x

Home Page:http://majksner.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation script

jameswilson opened this issue · comments

I see that this repository is updated when MAMP comes out with a new version.

How about a script that automates the installation/update process?

A script could check MAMP's bin/ folder for versions of php and copy the corresponding memcached.so files into the right place. It could also search for and add the required lines to the php.ini files if they dont exist -- this could be done for php.ini files in both MAMP as well as MAMP Pro (which stores them in a separate place).

Pull requests are welcome, unfortunately at this moment I don't have time to write that script.