[Bug 88018] installing php5-memcache - bad php.ini extension entry

HarryF hfuecks at gmail.com
Fri Apr 13 21:32:14 UTC 2007


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




More information about the universe-bugs mailing list