memcache php installation

alex at crackpot.org alex at crackpot.org
Fri Sep 28 14:55:45 UTC 2007


Quoting Eugene Averyanov <eugene at sveak.com>:

> Hello,
>
> I'm trying to install memcache as php extension, installation goes fine,
> after installation i'm changing php.ini:
> zend_extension="/memcache.so"
> then make apache restart and here what i can see at php error log:
> /usr/local/php-5.2.4/lib/php/extensions/no-debug-non-zts-20060613/memcache.so
> doesn't appear to be a valid Zend extension
>

Try using these 2 lines instead :

extension_dir="/usr/local/php-5.2.4/lib/php/extensions/no-debug-non-zts-20060613"
extension="memcache.so"

alex


More information about the memcached mailing list