moodlehq / moodle-php-apache

PHP + Apache docker images for Moodle development
61 stars 68 forks source link

Rename moodle ini to support easier lexical sorting #170

Closed andrewnicols closed 1 year ago

andrewnicols commented 1 year ago

With the new entrypoint conf.d support, we want to be able to easily support prioritisation of the various ini options.

Numerically prefixed ini files are easier to lexically order.

Typically we want the standard file to be at the beginning because it's a staple which others should be able to override in most cases, but we also want to allow people to apply earlier files too.

As it stands, the current name (docker-php-moodle.ini) will be called after any numerically-prefixed ini file due to the standard lexical sort.

stronk7 commented 1 year ago

Thanks, merged. Will backport this together with other stuff to >= php74

stronk7 commented 1 year ago

Done: Backported to >= php74.