PHP 5.1 branched!

php.internals

Andi Gutmans

21 years ago
Hi all, I just branched off PHP 5.1 (PHP_5_1). I will roll a tarball later on or tomorrow for RC1. Please from now on commit bug fixes to both PHP_5_1 and HEAD (and if critical, I suggest to do so with PHP_5_0 too in case we need to release another mini release). We should be able to kill it off once 5.1.0 is out (hopefully very soon). Andrei, Dmitry - You can start doing the merge. Please email internals@ with exactly which modules shouldn't be touched while you do this (it would include at least Zend/ & main/ but probably also some other stuff). Andi

Sebastian Bergmann

21 years ago
Andi Gutmans schrieb:
> I just branched off PHP 5.1 (PHP_5_1).
Does that mean that PHP_5_1 is in feature-freeze or are changes like the one Derick proposed (making type hint violations throw an exception instead of raising a fatal error) still possible for PHP 5.1?
-- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

Derick Rethans

21 years ago
On Tue, 9 Aug 2005, Sebastian Bergmann wrote:
> Andi Gutmans schrieb: > > I just branched off PHP 5.1 (PHP_5_1). > > Does that mean that PHP_5_1 is in feature-freeze or are changes like > the one Derick proposed (making type hint violations throw an exception > instead of raising a fatal error) still possible for PHP 5.1?
I've no intentation of putting that in PHP 5.1 myself just yet. Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

Andi Gutmans

21 years ago
At 07:57 AM 8/9/2005 +0200, Sebastian Bergmann wrote:
>Andi Gutmans schrieb: > > I just branched off PHP 5.1 (PHP_5_1). > > Does that mean that PHP_5_1 is in feature-freeze or are changes like > the one Derick proposed (making type hint violations throw an exception > instead of raising a fatal error) still possible for PHP 5.1?
Feature-freeze. Deep freeze as discussed. The only thing the branch means is that Dmitry and Andrei can start working on Unicode... Andi

Sebastian Bergmann

21 years ago
Andi Gutmans schrieb:
> Feature-freeze.
Okay.
-- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

John Coggeshall

21 years ago
Per my online conversation with Andi, I will be committing the gcov stuff prior to the deep-freeze tomorrow morning -- expect a cvs commit and a follow-up e-mail on usage early tomorrow morning. John On Mon, 2005-08-08 at 23:11 -0700, Andi Gutmans wrote:

Andrei Zmievski

21 years ago
Andi et al, I am hoping to finish rough draft of HTTP input decoding today. I'd rather not merge in half-finished stuff. Besides that, do you think we need a write up on what has been changed in the core, new APIs, function upgrade guidelines, etc? Ping me on IM if you can. -Andrei On Aug 8, 2005, at 9:48 PM, Andi Gutmans wrote: