Re: dependency tracking between php modules

2010-07-09 Thread Elan Ruusamäe
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 wh

Re: dependency tracking between php modules

2010-06-29 Thread Marcin Kurzyna
On Monday 28 of June 2010 13:33:34 Adam Golebiowski wrote: > You can easily test the situation - with a recent environment > (where session support is separated) install php-pecl-http and try to run > php interpreter (/usr/bin/php), it will complain about missing > ps_globals_id symbol: Same is w

dependency tracking between php modules

2010-06-28 Thread Adam Golebiowski
Hi, There's a problem with dependency tracking between php modules, both internal and external (e.g. pecl's packages). You can easily test the situation - with a recent environment (where session support is separated) install php-pecl-http and try to run php interpreter (/usr/bin/php