memcache

pecl install memcache

memcached extension

Memcached is a caching daemon designed especially for
dynamic web applications to decrease database load by
storing objects in memory.
This extension allows you to work with memcached through
handy OO and procedural interfaces.
The extension allows use to store sessions in memcached via memcache.

Maintainer

  • Tomas Srnka (lead )
  • Antony Dovgal (lead ) [inactive]
  • Mikael Johansson (lead ) [inactive]
  • Pierre-Alain Joye (lead ) [inactive]
  • Herman J. Radtke III (lead ) [inactive]
  • Antony Dovgal (lead )

Details

Stars: 328
Issue openned: 30
Downloads: 9338242
3.0.3
15 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 3.0.3 change log

- Enabled compression by default for values larger than 20kb
- Scalar data types (int, bool, double) are preserved by get/set
- Reserved the lowest 2 bytes of the flags for internal use
- Fixed PECL bug #14157 (Segmentation fault with errorcallback handler)
- Fixed PECL bug #15342 (memcache keys whitespaces replace issue)
- Fixed PECL bug #15447 (Persistent Connections Cause Segfaults if One Server Drops)
- Fixed PECL bug #15529 (memcache object loses port information)
- Fixed PECL bug #14730 (Types lost during get/set)
- Fixed PECL request #14801 (Session handler and large sessions)
- Added REPORT_ERRORS to php stream open
- New INI directive
memcache.compress_threshold = 20000

requires:

  • php >=4.3.11
  • pearinstaller >=1.4.0b1