[PHP-DEV] [PATCH] Bug#42718 (FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags)

2007-09-29 Thread Arnaud.lb
Hi, Here is a patch to fix bug #42718: http://bugs.php.net/?id=42718&edit=1 The "unsafe_raw" filter is not applied when configured as default filter. I found that the php_sapi_filter() internal function in ext/filter/filter.c intentionally bypass this filter: if (!(IF_G(default_filter) == FI

[PHP-DEV] PHP 5.3 RM / PHP 5.2.5RC1

2007-09-29 Thread Ilia Alshanetsky
I spoke to Johannes and few other core developers and I think it is time we give someone new a shot at the helm. I've been doing 5.X RMing since 5.0.3 (almost 2 years now, seems like forever) and its time for some fresh perspective, I think 5.3 will prove a good time for that to keep with o

[PHP-DEV] people working on PHP6

2007-09-29 Thread Christophe Vandeplas
Hi, I'm Christophe, staff of the FOSDEM organization. For the upcoming edition of the conference we'd like to have a lecture concerning PHP6 (this is not yet official neither certain). This means finding the names of the people working on the project and selecting the one that looks the best fit

Re: [PHP-DEV] PHP 5.3 RM / PHP 5.2.5RC1

2007-09-29 Thread David Coallier
On 9/29/07, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > I spoke to Johannes and few other core developers and I think it is > time we give someone new a shot at the helm. I've been doing 5.X > RMing since 5.0.3 (almost 2 years now, seems like forever) and its > time for some fresh perspective, I

Re: [PHP-DEV] PHP 5.3 RM / PHP 5.2.5RC1

2007-09-29 Thread Sebastian Bergmann
David Coallier schrieb: > Thanks for all that work Ilia, and congrats to you Johannes Hear, hear! -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP Internals - PHP Runtime Development M

RE: [PHP-DEV] PHP 5.3 RM / PHP 5.2.5RC1

2007-09-29 Thread Andi Gutmans
Ilia, Thanks a lot for the great job you've done (and the job you will continue doing on PHP 5.2.x, security and as a contributor in general). You have shown true leadership throughout the releases and have been very good at making the quality/features trade-offs. Johannes, best of luck. PHP 5.3

Re: [PHP-DEV] PHP 5.3 RM / PHP 5.2.5RC1

2007-09-29 Thread Johannes Schlüter
Hi, On Sat, 2007-09-29 at 11:45 -0400, Ilia Alshanetsky wrote: > I spoke to Johannes and few other core developers and I think it is > time we give someone new a shot at the helm. I've been doing 5.X > RMing since 5.0.3 (almost 2 years now, seems like forever) and its > time for some fresh p

Re: [PHP-DEV] [PATCH] Bug#42718 (FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags)

2007-09-29 Thread Pierre
Hi Arnaud, I replied in the bug report, please check it again :) Thanks for your feedbacks, --Pierre On 9/29/07, Arnaud.lb <[EMAIL PROTECTED]> wrote: > Hi, > > Here is a patch to fix bug #42718: > > http://bugs.php.net/?id=42718&edit=1 > > The "unsafe_raw" filter is not applied when configured a