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
- PHP Gurus in Montreal – I’m looking for 3 of them!
- Looking for 2 PHP Developers in Montreal (Senior and Intermediate)
- The difference between a bug and a feature
- Designing for Social Traction
- How to make Facebook shared links appear nice
- new pecl/memcache is out with memcache.php
- memcache.php flushes servers
- memcache.php can delete keys now
- memcache.php is now part of pecl/memcache
- memcache.php goes PECL
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.