-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically setup php.ini entries #155
Conversation
IMHO, tasks wording should be
At least for RPM, the numerical prefix is NOT related to "priority" but really to "load order". This prefix was introduced to ensure proper load order, according to declared dependencies, to ensure all symbols are resolved (PHP is build using the I think distribution package users, should not mix with other installation methods. If really needed (not available as package), any number greater than what packages use should be fine For RPM, numbers are described in Guidelines Ping @oerdnj for DEB |
20 is a baseline, but if extensions stack upon each other, it usually goes in increments of 5, so memcached is something like 30. phpenmod works with |
the
I suppose my question is: is there anything similar to
The configuration |
Again, there is nothing specific to my repository. |
@remicollet thanks for confirming! :) |
8e537ba
to
d22b827
Compare
d22b827
to
5329ebe
Compare
dbe0c8a
to
8887791
Compare
Fixes #20
--skip-enable-extension
flagphp.ini
00-extname.ini
in additional php files pathdocker-php-ext-enable
for Docker usersphpenmod
forppa:ondrej/php
users