dependency tracking between php modules

Elan Ruusamäe glen at pld-linux.org
Fri Jul 9 11:57:07 CEST 2010


On Monday 28 June 2010 14:33:34 Adam Golebiowski wrote:
> Any objections?

yes

numbering files and having them %config marked brings on hell if you version 
control your config files in /etc.

also editing config files with tab-completion makes you nuts if you need to 
figure out each time into which number your module config goes. seen that 
with apache and lighty, don't want to see it any more.

stick to existing solutions that you just rename problematic modules configs.

ideally this should be solved in code level, i.e php engine should read the 
dependency information of extension (opening .so with DL_LAZY) and reorder 
modules loading.

-- 
glen


More information about the pld-devel-en mailing list