Hi,

On 04.02.19 07:24, Remi Collet wrote:
Le 02/02/2019 à 20:24, Legale Legage a écrit :
These scripts are included to the standard deb/rpm packages

No, this is a deb only stuff

RPM installed = extension enabled.


Remi


P.S. I have never understand the need of such tools...
did it made sense in previous century, where download have a cost ?

I find them mostly useful when developing and sometimes useful when in production to not have to navigate around the filesystem how to enable/disable.

Need ensure my unit tests don't accidentally use redis? `phpdismod redis` and done. For all installed PHP versions (maybe due to using the popule Ondrey packages though).

Temporarily disble opcache in production because I suspect an issue with it? `phpdismod opcache`, reload FPM and done. Don't have to remember which exact directory/file which is like `/etc/php/<major>.<minor>/mods-available/ .

That said, it seems really distribution specific to me too.

- Markus

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to