Re: PHP 5.2 Branched

From: Date: Sun, 07 May 2006 15:08:58 +0000
Subject: Re: PHP 5.2 Branched
References: 1 2 3 4  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
On Sun, 07 May 2006 08:02:07 -0700
[email protected] (Rasmus Lerdorf) wrote:

> Ilia Alshanetsky wrote:
> > I am +0 on these two extensions, hence the "to be discussed", as
> > long as they are not enabled by default I see no problem with
> > symlinking them in.
> 
> I'd like to see the json extension enabled by default.  It's a
> trivially small extension with no external deps and pretty much
> required for modern Web apps.
> 
> And I think the filter extension should be enabled as well, but
> without the default filter turned on to make the filtering functions
> available.

I also like to have it enabled by default and without default filter.

In case some of you never tested pecl/filter, the default filter
is a SAPI filter. It filters each inputs and replaces the raw values by
the filtered values in all superglobals, like _POST/_GET. Enable it by
default now will break every applications, as soon as it is set to
something else than raw. STRING is the default mode (remove every tags,
new lines, special chars,...).


-- Pierre


Thread (23 messages)

« previous php.internals (#23179) next »