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
On doing an install, it'd be nice if it could create a /etc/php/$php_version/mods-available/spx.ini file if it doesn't already exist, with a default entry of something along the lines of:
; configuration for php spx module; priority=20extension=spx.so
That way phpenmod spx and phpdismod spx can be used to easily switch it off/on.
The text was updated successfully, but these errors were encountered:
It looks like phpenmod is specific to debian-based distros and the path /etc/php/$php_version/mods-available/spx.ini is not portable either.
So it may best fixed in a debian-specific package.
On doing an install, it'd be nice if it could create a
/etc/php/$php_version/mods-available/spx.ini
file if it doesn't already exist, with a default entry of something along the lines of:That way
phpenmod spx
andphpdismod spx
can be used to easily switch it off/on.The text was updated successfully, but these errors were encountered: