[php-maint] New extensions manager seems to be ready

Ondřej Surý ondrej at sury.org
Thu Oct 25 07:31:42 UTC 2007


Steve Langasek píše v Čt 25. 10. 2007 v 00:27 -0700:
> On Fri, Oct 19, 2007 at 03:52:23PM -0500, Raphael Geissert wrote:
> 
> > On 19/10/2007, Ondřej Surý <ondrej at sury.org> wrote:
> > > Hi Raphael,
> 
> > > Raphael Geissert píše v Čt 18. 10. 2007 v 20:55 -0500:
> > > > And, what does everyone think about the new extensions manager?
> 
> > > How do you handle situation:
> 
> > > 1. install libapache2-mod-php5
> > > 2. install php5-mysql
> > > 3. install php5-cgi
> 
> > > Will php5-mysql be enabled in php5-cgi SAPI or not?
> 
> > No, because if done automatically, it would be a tricky behaviour
> > since the user might not want to enable all of them (and there's no
> > easy way to know whether the extension, mysql in this case, does work
> > on the given SAPI).
> 
> That's a regression compared with the current behavior, then; and in fact it
> restores the previous buggy behavior which was a much greater source of user
> complaints and bug reports than the current version.

>From my experience, I would recommend enabling all extensions in step
3., ie. when you install new SAPI, enable all installed extensions.
That's what the most people want.

And if there are incompatible extensions, keep blacklist and don't
enable those who would make a problem (that applies as well to
extensions incompatible with another extension).

Ondrej.
-- 
Ondřej Surý <ondrej at sury.org>  ***  http://blog.rfc1925.org/
Kulturní občasník              ***  http://www.obcasnik.cz/
Nehoupat, prosím               ***  http://nehoupat.blogspot.com/





More information about the pkg-php-maint mailing list