OS X 10.9.4 Local Install PHP Memcached - Needed for Composer

by pseudo
0 replies
I'm building an App on my local Mac for deployment to Heroku... I'm following the below instructions as I want to store my sessions in Memcached:

https://devcenter.heroku.com/article...s-in-memcached

I'm using Composer to manage my dependencies. Here's where I'm stuck in the process:

I've added...
"ext-memcached": "*"
...to my composer.json file (local on my Mac)

When I run "composer update" (locally) it fails with a message of "The requested PHP extension ext-memcached * is missing from your system."

If I type "memcached -h" (locally) I get "memcached 1.4.13" (Thus confirming it's on my local Mac)

But if I type "composer show --platform" (locally) I do NOT see "ext-memcached" listed (Which is why Composer is failing)
#composer #install #local #memcached #needed #osx #php

Trending Topics