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
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
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
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
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