Morning
After PHP 5.0.0 is now released, are there any plans for opening up HEAD
for not-only-bug-fixes again?
Do we branch (or is it already) PHP_5_0 and allow only bugfixes there
(as with 4.3) and HEAD will become 5.1 later?
Or is HEAD for the being still the "stable" branch until we fixed the
most important bugs? (focusing on this instead of new features ;) )
I have some pending (little9 commits, wich I'd like to add, but they are
certainly new features and not bugfixes...
chregu
--
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71
http://www.bitflux.ch | chregu@bitflux.ch | gnupg-keyid 0x5CE1DECB
Morning
After PHP 5.0.0 is now released, are there any plans for opening up HEAD
for not-only-bug-fixes again?
Do we branch (or is it already) PHP_5_0 and allow only bugfixes there
(as with 4.3) and HEAD will become 5.1 later?
Or is HEAD for the being still the "stable" branch until we fixed the
most important bugs? (focusing on this instead of new features ;) )I have some pending (little9 commits, wich I'd like to add, but they are
certainly new features and not bugfixes...
New features should go to 5.1.x and fixes/small additions to 5.0.1...
but there is no branch yet. I think we need to make one. What about
others?
Derick
Alle 10:41, mercoledì 14 luglio 2004, Derick Rethans ha scritto:
New features should go to 5.1.x and fixes/small additions to 5.0.1...
I think one of the first 5.0.1 fixes should be about this bug:
http://bugs.php.net/bug.php?id=29132
Many applications broken due to this, I'm not the one who reported it but I've
got stick with this bug on various hosts and applications since one of the
last PHP 5.0.0-dev snapshots.
Alex
Alle 10:41, mercoledì 14 luglio 2004, Derick Rethans ha scritto:
New features should go to 5.1.x and fixes/small additions to 5.0.1...
I think one of the first 5.0.1 fixes should be about this bug:
http://bugs.php.net/bug.php?id=29132
We can decide that for ourselves, thank you very much.
Derick
Alle 10:51, mercoledì 14 luglio 2004, Derick Rethans ha scritto:
We can decide that for ourselves, thank you very much.
Thanks to Stefan Esser that seems just fixed this.
Alex
Morning
After PHP 5.0.0 is now released, are there any plans for opening up HEAD
for not-only-bug-fixes again?
Do we branch (or is it already) PHP_5_0 and allow only bugfixes there
(as with 4.3) and HEAD will become 5.1 later?
Or is HEAD for the being still the "stable" branch until we fixed the
most important bugs? (focusing on this instead of new features ;) )I have some pending (little9 commits, wich I'd like to add, but they are
certainly new features and not bugfixes...New features should go to 5.1.x and fixes/small additions to 5.0.1...
but there is no branch yet. I think we need to make one. What about
others?
If it wasn't clear from my first mail, I'm all for branching now and
applying the same policy as we did for the PHP_4_3 branch (bug fixes only)
chregu
Derick
--
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71
http://www.bitflux.ch | chregu@bitflux.ch | gnupg-keyid 0x5CE1DECB
New features should go to 5.1.x and fixes/small additions to 5.0.1...
but there is no branch yet. I think we need to make one. What about
others?
To my knowledge it was agreed a long time ago that 5.0 would be released
and branched so we could start committing new code we've been sitting on
for months already. I'm all for branching to and just fixing bugs for
5.0
John
-=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=-
John Coggeshall http://www.coggeshall.org/
The PHP Developer's Handbook http://www.php-handbook.com/
-=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=
You mean we haven't created a branch for 5.0 ??
Let's do it ASAP; I noticed a few changes since the release... what
happened to the release process??
Let's branch PHP_5_0 and make HEAD 5.1-dev.
--Wez.
On Wed, 14 Jul 2004 10:41:03 +0200 (CEST), Derick Rethans
derick@php.net wrote:
New features should go to 5.1.x and fixes/small additions to 5.0.1...
but there is no branch yet. I think we need to make one. What about
others?
I would say to wait 2 or 3 weeks.
This time is not critical for the code that is laying aside for months.
In my opinion the bug system will start to fill up with new bugs in
the next days or 2-3 weeks. Some percentage of these bugs will be
easy to fix. If the branch happens now, a bug hunter has to merge
at least to 2 branches if not 3. So lets wait for 2-3 weeks.
andrey
Quoting Wez Furlong kingwez@gmail.com:
You mean we haven't created a branch for 5.0 ??
Let's do it ASAP; I noticed a few changes since the release... what
happened to the release process??Let's branch PHP_5_0 and make HEAD 5.1-dev.
--Wez.
On Wed, 14 Jul 2004 10:41:03 +0200 (CEST), Derick Rethans
derick@php.net wrote:New features should go to 5.1.x and fixes/small additions to 5.0.1...
but there is no branch yet. I think we need to make one. What about
others?