The readline extension links both libreadline and libhistory. This is
unnecessary, and inspection of the readline example programs since
version 2.0 implies that it has always been unnecessary. Both libraries
include history.o, so linking to both gives you two copies of that module.
The bug occurs
On 12.05.2009, at 20:12, Stanislav Malyshev wrote:
Hi!
@Stas/Dmitry: ?
As I said, I'm ok with committing this, provided all the tests are
fixed, etc.
I do not know what the changes do. AFAIK they revert things to be more
BC compliant with 5.2 and if that is the case, then there is no
2009/5/12 Ionut Gabriel Stan
> 2009/5/13 Ólafur Waage :
> > 2009/5/12 Brian Moon
> >
> >> $foo = filter_input(INPUT_GET, "foo", FILTER_UNSAFE_RAW);
> >>
> >> That would have a value if set or null if not set. It also allows you
> to
> >> validate it using filters if you wanted to. This of cour
Hi Stas,
On Tue, May 12, 2009 at 7:24 PM, Stanislav Malyshev wrote:
> Hi!
>
>> Apologies, I'm not familiar with run-time inheritence in PHP. My
>> understanding was that when a classes source code is compiled, its
>> parent classes must be known. When is this not the case? Must it be
>> known for