mattheath / puppet-php

DEPRECATED see official Boxen fork:
https://github.com/boxen/puppet-php
MIT License
21 stars 53 forks source link

Add Memcache extension for PHP #44

Closed poppen closed 11 years ago

poppen commented 11 years ago

There are two memcache implementations of PHP for memcached:

  1. pecl-memcached
  2. pecl-memcache

This module supports the second, pecl-memcache.

mattheath commented 11 years ago

Thanks for this!