[PHP-DEV] Unnecessary extensions ...

2015-02-22 Thread Lester Caine
With the discussion on adding http extension by default and not now having other key extensions in a normal build I'm looking at what I NEED and what I can get away without. On the current PHP7 test build I do not have mysqlnd installed as I don't use mysql, but I can't make the mysql section avail

Re: [PHP-DEV] Unnecessary extensions ...

2015-02-22 Thread Michael Wallner
> On 22 02 2015, at 11:31, Lester Caine wrote: > > With the discussion on adding http extension by default and not now > having other key extensions in a normal build I'm looking at what I NEED > and what I can get away without. On the current PHP7 test build I do not > have mysqlnd installed as

Re: [PHP-DEV] Unnecessary extensions ...

2015-02-22 Thread Joe Watkins
> I see no reason why those who want 'strict' can't have that as a pecl module to replace 'lax' operations. Simple, the most robust implementation is inferior to internal support. Making a call to this: function (int $some, double $other) { } behave as if Zend is strict is quite easy, what is

Re: [PHP-DEV] Unnecessary extensions ...

2015-02-22 Thread Joe Watkins
Apologies for terribly formatted communication there. Cheers Joe On Sun, Feb 22, 2015 at 10:38 AM, Michael Wallner wrote: > > > On 22 02 2015, at 11:31, Lester Caine wrote: > > > > With the discussion on adding http extension by default and not now > > having other key extensions in a normal b