Quoting Eugene Averyanov <[EMAIL PROTECTED]>:
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