Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Add additional INI configuration management #25

Merged
merged 2 commits into from
Sep 18, 2014
Merged

Conversation

augustohp
Copy link
Owner

Manages configuration of additional INI files which is used by Debian to load additional extensions.

Sets up and enables configuration for php 5.4 modules. It accepts an
optional priority parameter.

Small changes are required to accomodate these changes to 5.4, as it
changes slightly the way of handling the modules.
@augustohp augustohp added this to the 1.2 milestone Sep 18, 2014
@augustohp augustohp self-assigned this Sep 18, 2014
@augustohp augustohp mentioned this pull request Sep 18, 2014
4 tasks
@augustohp augustohp changed the title Add additional INI cofniguration management Add additional INI configuration management Sep 18, 2014
PHP can be compiled with `--with-config-file-scan-dir` which enable
adding all INI files from a given directory - configurable by
`hwr_path_php_mods_enabled` variable. You can get loaded ini files list
using `php_ini_scanned_files()` function.

Instead of controlling priority and making it a necessity (and a pattern
for file names) for extensions, the user should control the file names
which doesn't enforce a file name for him and also enables him using a
priority system.

The tasks to control configuration were moved to the PECL YML and an
option to remove all unmanaged configuration files is added.
augustohp added a commit that referenced this pull request Sep 18, 2014
Add additional INI configuration management
@augustohp augustohp merged commit ec034d8 into master Sep 18, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants