memcache.php goes PECL
by Harun Yayli on Monday, June 2nd, 2008 at 4:10 pm under Memcached, PHP
After the suggestion by Lukas, I’ve contacted PECL/memcache authors Antony Dovgal and Mikael Johansson. Mikael sent me a reply accepting my submission.
I’m looking forward to the day that memcache.php will appear in the pecl/memcache distribution.
I’ll keep you posted.
Update on memcache.php:
- Small bug fixed on parsing the bucket Ids.
- Distribution license is now PHP license.
Recent Entries
- memcache.php can delete keys now
- memcache.php is now part of pecl/memcache
- memcache.php goes PECL
- memcache.php stats like apc.php
- oci_bind_by_name maxlength is not so optional
- Is Sun going to buy PHP too?(PHP Quebec 2008)
- PHP APC apc_shm_create error on CLI
- Facebook’s Buggy Spam Detection
- Is it Firefox or Zend Debugger? Cookie Standards
- ezComponents ready for prod?
Very nice!
Have you got an OO PHP5 Version of this code? Love to see that, I can’t use procedural code in my app…
June 3rd, 2008 at 4:10 amHello Stephan,
June 3rd, 2008 at 8:49 pmI didn’t mean to write this code to be included inside another app (as a file itsself). It’s really stand-alone.
There is not much meaning for me to turn this into OOP. Thanks for the suggestion anyways.