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 Wallnerm...@php.net 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

Re: [PHP-DEV] ChangeLog

2010-05-31 Thread Jan Schneider
Zitat von Pierre Joye pierre@gmail.com: 2010/5/29 Johannes Schlüter johan...@schlueters.de: 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

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 i...@tyrael.hu wrote: On Sat, May 29, 2010 at 7:34 PM, Zeev Suraski z...@zend.com wrote: At 20:28 29/05/2010, Chris Stockton

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: 1)

Re: [PHP-DEV] Type hinting

2010-05-31 Thread Ferenc Kovacs
On Mon, May 31, 2010 at 2:42 PM, Lukas Kahwe Smith m...@pooteeweet.orgwrote: 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 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 i...@tyrael.hu wrote: On Mon, May 31, 2010 at 2:42 PM, Lukas Kahwe Smith m...@pooteeweet.org wrote:

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 Macleanmich...@no-surprises.co.uk 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

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 mich...@no-surprises.co.uk 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

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 make no sense?

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 felipe...@gmail.com wrote: Hi, 2010/4/28 Michael Maclean mich...@no-surprises.co.uk Hi, I think I asked this before on IRC, but I've

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Adam Harvey
2010/6/1 Johannes Schlüter johan...@schlueters.de: 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

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 jpa...@php.net wrote: Well at least I fixed the splweaktypehintingwithautoboxing for the function to return ++$var instead of

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Felipe Pena
2010/5/31 Johannes Schlüter johan...@schlueters.de On Mon, 2010-05-31 at 14:09 -0300, Felipe Pena wrote: Hi, 2010/4/28 Michael Maclean mich...@no-surprises.co.uk Hi, I think I asked this before on IRC, but I've forgotten the answer. I was just remembering that the ereg

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Peter Beverloo
2010/5/31 Felipe Pena felipe...@gmail.com 2010/5/31 Johannes Schlüter johan...@schlueters.de On Mon, 2010-05-31 at 14:09 -0300, Felipe Pena wrote: Hi, 2010/4/28 Michael Maclean mich...@no-surprises.co.uk Hi, I think I asked this before on IRC, but I've forgotten the