Re: [PHP-DEV] ini system patch

2007-08-02 Thread Ilia Alshanetsky
Marcus, I've already said a several times that post 5.2.4 work on 5.3 will begin. This patch however IS a security fix, so the option is to ignore the bug or fix it, I am for fixing it rather the delaying the fix until 5.3 is released. On 2-Aug-07, at 9:27 AM, Marcus Boerger wrote: Hel

Re: [PHP-DEV] ini system patch

2007-08-02 Thread Stanislav Malyshev
Hello Ilia, as much as i agree with ading the stage it is a BC issue! I don't think it's much of an issue - as I said, I didn't see any extension using ACTIVATE stage. I didn't check whole PECL, but I could. I don't believe any extension really relies on that, but that can be checked. It's

Re: [PHP-DEV] ini system patch

2007-08-02 Thread Jani Taskinen
I have the new php.ini scanner/parser cooking up (99% done) and some new features in the ini file handling in general (1% done). So we need to get 5.2.4 out the door and close PHP_5_2 (only security fixes!). Then start PHP_5_3. Right? :) --Jani On Thu, 2007-08-02 at 15:27 +0200, Marcus Boerger w

Re: [PHP-DEV] ini system patch

2007-08-02 Thread Marcus Boerger
Hello Ilia, i'd suggest so. From my perspective 5.2 is pretty stable, tested and secure now. But more and more people want more and more stuff into 5.*. So i think we should change into a strict RM approval equired security fixes only mode for 5.2 and start on 5.3. Also i think we should give th

Re: [PHP-DEV] ini system patch

2007-08-02 Thread Ilia Alshanetsky
Marcus, Well, do you propose we leave the issue be until 5.3? On 2-Aug-07, at 7:41 AM, Marcus Boerger wrote: Hello Ilia, as much as i agree with ading the stage it is a BC issue! Thursday, August 2, 2007, 3:26:00 AM, you wrote: Stas, It looks like the best solution in this case. I do

Re: [PHP-DEV] ini system patch

2007-08-02 Thread Marcus Boerger
Hello Ilia, as much as i agree with ading the stage it is a BC issue! Thursday, August 2, 2007, 3:26:00 AM, you wrote: > Stas, > It looks like the best solution in this case. I don't like the idea > of introducing another INI stage in minor release, but I can't think > of a better way to

Re: [PHP-DEV] ini system patch

2007-08-01 Thread Ilia Alshanetsky
Stas, It looks like the best solution in this case. I don't like the idea of introducing another INI stage in minor release, but I can't think of a better way to address this issue at this time and I cannot imagine it breaking much stuff. On 1-Aug-07, at 8:47 PM, Stanislav Malyshev wrote:

[PHP-DEV] ini system patch

2007-08-01 Thread Stanislav Malyshev
Hi! The attached patch implements the following improvement in Apache module configuration handling: New INI stage is introduced - ZEND_INI_STAGE_HTACCESS and values set in .htaccess are passed to handlers with ZEND_INI_STAGE_HTACCESS instead of ZEND_INI_STAGE_ACTIVATE. The reason for this