Hi, On Fri, February 21, 2014 03:30, Tuan Chinh Le wrote: > Hi, > > > I can't find memcached.dll on your website > http://pecl.php.net/package/memcached > > > I use windows 64bit , php 5.3. > > > "new Memcache()" . It works > > > "new Memcached()" not working . Show error message " Class 'Memcached' > not found" > > Can you create a php_memcached.dll file from pecl extension ? > > > Please, help me. > > > Thanks > > the memcached extension depends on libmemcached, which is not C89 complaint. For that reason memcached isn't available on windows at this time. Please use the memcache extension.
Regards Anatol -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
