Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Peter Beverloo
2010/5/31 Felipe Pena > > 2010/5/31 Johannes Schlüter > > > On Mon, 2010-05-31 at 14:09 -0300, Felipe Pena wrote: > > > Hi, > > > > > > 2010/4/28 Michael Maclean > > > > > > > Hi, > > > > I think I asked this before on IRC, but I've forgotten the answer. I > > was > > > > just remembering that t

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Felipe Pena
2010/5/31 Johannes Schlüter > On Mon, 2010-05-31 at 14:09 -0300, Felipe Pena wrote: > > Hi, > > > > 2010/4/28 Michael Maclean > > > > > Hi, > > > I think I asked this before on IRC, but I've forgotten the answer. I > was > > > just remembering that the ereg extension was due to be deprecated in

Re: [PHP-DEV] Type hinting

2010-05-31 Thread Ferenc Kovacs
thank you, btw. I don't know how did that happen, I copypasted from my previous post, which has $var++ in it :) Tyrael On Mon, May 31, 2010 at 7:06 PM, Julien Pauli wrote: > Well at least I fixed the splweaktypehintingwithautoboxing for the function > to return ++$var instead of $var++ which co

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Adam Harvey
2010/6/1 Johannes Schlüter : > On Mon, 2010-05-31 at 14:09 -0300, Felipe Pena wrote: >> I think make no sense to keep it deprecated. >> >> Here's a patch for undeprecate ext/ereg in 5_3 and trunk: >> http://felipe.ath.cx/diff/undeprecate-ereg.diff >> >> Any objection? If no, I'll commit it in soon.

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Lukas Kahwe Smith
On 31.05.2010, at 19:23, Johannes Schlüter wrote: > On Mon, 2010-05-31 at 14:09 -0300, Felipe Pena wrote: >> Hi, >> >> 2010/4/28 Michael Maclean >> >>> Hi, >>> I think I asked this before on IRC, but I've forgotten the answer. I was >>> just remembering that the ereg extension was due to be de

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Pierre Joye
hi, I don't think we should remove it. The sooner users stop to use ereg, the better. Cheers, -- Pierre On Mon, May 31, 2010 at 7:09 PM, Felipe Pena wrote: > Hi, > > 2010/4/28 Michael Maclean > >> Hi, >> I think I asked this before on IRC, but I've forgotten the answer. I was >> just rememberi

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Johannes Schlüter
On Mon, 2010-05-31 at 18:20 +0100, Mark Skilbeck wrote: > > I think make no sense to keep it deprecated. > > > > Here's a patch for undeprecate ext/ereg in 5_3 and trunk: > > http://felipe.ath.cx/diff/undeprecate-ereg.diff > > > > Any objection? If no, I'll commit it in soon. > > > > Why does it m

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Johannes Schlüter
On Mon, 2010-05-31 at 14:09 -0300, Felipe Pena wrote: > Hi, > > 2010/4/28 Michael Maclean > > > Hi, > > I think I asked this before on IRC, but I've forgotten the answer. I was > > just remembering that the ereg extension was due to be deprecated in PHP6 - > > does this still apply to trunk? > >

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Mark Skilbeck
On 31/05/10 18:09, Felipe Pena wrote: Hi, 2010/4/28 Michael Maclean Hi, I think I asked this before on IRC, but I've forgotten the answer. I was just remembering that the ereg extension was due to be deprecated in PHP6 - does this still apply to trunk? I think make no sense to keep it depre

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Felipe Pena
Hi, 2010/4/28 Michael Maclean > Hi, > I think I asked this before on IRC, but I've forgotten the answer. I was > just remembering that the ereg extension was due to be deprecated in PHP6 - > does this still apply to trunk? > > I think make no sense to keep it deprecated. Here's a patch for unde

Re: [PHP-DEV] Type hinting

2010-05-31 Thread Julien Pauli
Well at least I fixed the splweaktypehintingwithautoboxing for the function to return ++$var instead of $var++ which couldn't make it ;-) Julien On Mon, May 31, 2010 at 5:54 PM, Ferenc Kovacs wrote: > On Mon, May 31, 2010 at 2:42 PM, Lukas Kahwe Smith >wrote: > > > > > On 28.05.2010, at 11:50,

Re: [PHP-DEV] Type hinting

2010-05-31 Thread Ferenc Kovacs
On Mon, May 31, 2010 at 2:42 PM, Lukas Kahwe Smith wrote: > > On 28.05.2010, at 11:50, Lukas Kahwe Smith wrote: > > > > > On 28.05.2010, at 11:22, Etienne Kneuss wrote: > > > >> so, it would be nice to update the RFC(s), so that we have a solid > >> ground on which we can discuss/vote. > > > > > >

Re: [PHP-DEV] Type hinting

2010-05-31 Thread Lukas Kahwe Smith
On 28.05.2010, at 11:50, Lukas Kahwe Smith wrote: > > On 28.05.2010, at 11:22, Etienne Kneuss wrote: > >> so, it would be nice to update the RFC(s), so that we have a solid >> ground on which we can discuss/vote. > > > i agree. i currently see 5 fundamental different options on the table: >

Re: [PHP-DEV] Type hinting

2010-05-31 Thread Julien Pauli
I remember Marcus worked on something like that some time ago. Might still be into SVN or somewhere I think. Julien On Sat, May 29, 2010 at 9:03 PM, Ferenc Kovacs wrote: > On Sat, May 29, 2010 at 7:34 PM, Zeev Suraski wrote: > > > At 20:28 29/05/2010, Chris Stockton wrote: > > > > My biggest

Re: [PHP-DEV] ChangeLog

2010-05-31 Thread Jan Schneider
Zitat von Pierre Joye : 2010/5/29 Johannes Schlüter : Hey, On Fri, 2010-05-28 at 23:50 +0200, Pierre Joye wrote: I'd to add that unless we add everything in the NEWS file, the ChangeLog remains the only way to have a list of all changes (without doing manually). Having the file is absolutel

Re: [PHP-DEV] Re: NEW-OUTPUT-API patch - update

2010-05-31 Thread Michael Wallner
On 05/28/2010 04:15 PM, Felipe Pena wrote: 2010/5/28 Michael Wallner Yeah! Thanks a lot. But there are so many changes in this patch which have absolutely nothing to do with the topic, read: stop your editor from doing unintentional white space clean up :) Could you produce a ws-agnostic patch?