Reason:
Current solution use alphabetical order, which is not clean
Change: use a numeric prefix for all PHP extension configuration files
Notice: unchanged extensions will be loaded after all the standard ones, so, will continue to work. Mass rename will occurs during PHP 5.6 mass rebuild.
'''Draft:'''
'''C extensions and PECL packages configuration file.'''
Each extension should drop a configuration file in %{php_inidir} and/or %{php_ztsinidir} to enable the extension. This file must contains the name of the loaded extension. Starting with Fedora 21, the file must use a numeric prefix to ensure correct load order:
+1 from me.
From FPC Meeting minutes: * PHP Guidelines change - numeric prefix (+1:4, 0:0, -1:0)
So approved.
PHP Guidelines updated https://fedoraproject.org/wiki/Packaging:PHP#C_extensions_and_PECL_packages_configuration_file
Log in to comment on this ticket.