Package: php5 Version: 5.5.5+dfsg-1
Hi, With the new php5 packages (5.4+) it looks like we are expecting extensions to be deploying their ini file in /etc/php5/mods-available. When I install a new package via 'pecl install uuid' for example, it still puts the associated ini file in /etc/php5/conf.d and php5enmod knows nothing of it. Is there a way I can configure pecl to drop the install module's ini file in /etc/php5/mods-available ? Should I manually symlink /etc/php5/conf.d/uuid.ini -> /etc/php5/mods-available/uuid. ini ? What is the expected behavior here? -- Sander

