You have been subscribed to a public bug:

Binary package hint: php5-memcache

After installing the php5-memcache package, the entry in
/etc/php5/apache2/php.ini reads;

-e extension=memcache.so

Note the "-e" at the start. The memcache extension is not available to
PHP after restarting apache.

Removing the "-e" at the start of the fixes it - memcache available e.g.

< -e extension=memcache.so
> extension=memcache.so

** Affects: php-memcache (Ubuntu)
     Importance: Undecided
     Assignee: MOTU
         Status: Confirmed

-- 
installing php5-memcache - bad php.ini extension entry
https://bugs.launchpad.net/bugs/88018

-- 
universe-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to