PHP 5.2.2 RC1 Schedule

php.internals

Ilia A.

19 years ago
5.2.2 release cycle is about to begin, with a first RC planned for this Thursday. If you have any major patches left over, please commit them as they will no longer be accepted for 5.2.2. Ilia Alshanetsky 5.2 Release Master

Greg Beaver

19 years ago
Ilia Alshanetsky wrote:
> 5.2.2 release cycle is about to begin, with a first RC planned for this > Thursday. > > If you have any major patches left over, please commit them as they will > no longer be accepted for 5.2.2.
Reminder: http://pear.php.net/~greg/halt fixes the buggy limitation on 1 __HALT_COMPILER();/__COMPILER_HALT_OFFSET__ constant per request, and instead allows 1 per file, without any performance impact or structural changes to any other code, plus I've provided 4 unit tests to demonstrate its correctness. Thanks, Greg

Daniel Rozsnyo

19 years ago
Ilia Alshanetsky wrote:
> If you have any major patches left over, please commit them as they will > no longer be accepted for 5.2.2.
I have no CVS access, so please some of the skilled devs take my patch for multicast there. It only adds features (branches to case, some constants), it should not broke anything. Somebody on the list complained that last one was for 5.1.6, here is a recent one (on my machine its in use for almost 30 days): http://diary.rozsnyo.com/2006/06/16/php5-ext-sockets-multicast-5.2.1.patch Also, if merged, close the bug http://bugs.php.net/bug.php?id=40510 (somebody found my page and made a feature reqest) Thanks, Daniel Rozsnyo

Andrey Hristov

19 years ago
Hi Ilia Ilia Alshanetsky wrote:
> 5.2.2 release cycle is about to begin, with a first RC planned for this > Thursday.
This is a stable branch, right? What to do with PHP5 development stuff which should not wait till PHP6? Looking at PHP4 one day there will be PHP 5_3 branch, for sure.
> If you have any major patches left over, please commit them as they will > no longer be accepted for 5.2.2. > > > Ilia Alshanetsky > 5.2 Release Master >
Andrey

Ilia A.

19 years ago
On 3-Apr-07, at 4:00 AM, Andrey Hristov wrote:
> Hi Ilia > Ilia Alshanetsky wrote: >> 5.2.2 release cycle is about to begin, with a first RC planned for >> this >> Thursday. > > This is a stable branch, right?
Yes
> What to do with PHP5 development stuff > which should not wait till PHP6?
Development work does happen in PHP5 at this time. Ilia Alshanetsky