You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
During the installation of PHP 5.6 a symlink from /etc/php5/mods-available/ to /etc/php5/conf.d/ is created.
When installing php5-memcache the memcache.ini under /etc/php5/mods-available/ is wiped during the postinstallation phase of the Debian/Ubuntu package installation. I created a script to reproduce the problem: https://gist.github.com/dol/b75122d2c2bbcac70179
The postinstallation is performing the following steps:
Due to the symlink from /etc/php5/conf.d/ to /etc/php5/mods-available/ the file under /etc/php5/mods-available/memcache.ini is removed. This file is required for the step php5enmod memcache to enable the extension.
The same issue applies to the package php5-geoip.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
During the installation of PHP 5.6 a symlink from /etc/php5/mods-available/ to /etc/php5/conf.d/ is created.
When installing php5-memcache the memcache.ini under /etc/php5/mods-available/ is wiped during the postinstallation phase of the Debian/Ubuntu package installation. I created a script to reproduce the problem: https://gist.github.com/dol/b75122d2c2bbcac70179
The postinstallation is performing the following steps:
Due to the symlink from /etc/php5/conf.d/ to /etc/php5/mods-available/ the file under /etc/php5/mods-available/memcache.ini is removed. This file is required for the step
php5enmod memcache
to enable the extension.The same issue applies to the package php5-geoip.
The text was updated successfully, but these errors were encountered: