<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>[PHP-DEV] release process with git</title>
        <description> Hi!

5.4.1 will be the first release we're releasing using our new git setup.
I would like to refine a process that we used to have for releases and
make small tweaks hopefully to allow us more predictable release
schedule and faster releases.
What I am proposing is the following:
1. At the start of the cycle, PHP-5.4.X is branched off PHP-5.4. This is
done on Monday/Tuesday (days can be tweaked back&amp;amp;forth a bit, but I
assume we'll usually release on Thursday and count back from that).
2. This branch is checked by RM to compile, pass unit tests
satisfactory, etc. and is released as 5.4.X RC1
3. In two weeks, if no critical errors is found in RC1, the same branch
is released as 5.4.X. If any critical errors are found, RM cherry-pick
fixes from 5.4 and release RC2 (RC3, etc. as needed) each two weeks
after no criticial bugs are in 5.4.X branch.
4. In two more weeks, 5.4.(X+1) starts, provided we have changes from
5.4.X. If not, it is postponed by 2 weeks.

It is somewhat different from what we did before as we never disallow
committing into 5.4 and never allow (direct) committing into 5.4.X. This
also means we will be releasing 2-weeks-old code (or maybe older), i.e.
we will frequently be releasing code which has known (and fixed in other
branch) bugs.

This will also mean we will have to define what constitutes critical
error, and maybe raise the bar a bit. I would like to propose the
following criteria for critical error:
1. Compilation failure on a major platform (Linux, Windows, Mac, maybe
some others at RM discretion)
2. Remotely exploitable security problem
3. Bug that breaks a large piece of widely used functionality, effective
rendering it unusable (i.e. if somebody broke fopen() and it always
returned false).
Other things may be added on case-by-case basis but this will be the
guidelines. All other changes go into the next release.

I think doing it this way will allow us to have 5.4.X releases monthly
as we planned in the release RFC. This will also mean that there would
be almost constant lag between committing regular fix and releasing it,
which may be larger than we had before. I think it won't be too bad if
we had regular monthly releases.

Comments?
-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php</description>
        <link>http://www.serverphorums.com/read.php?7,475588,475588#msg-475588</link>
        <lastBuildDate>Thu, 20 Jun 2013 04:08:33 +0200</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,490887#msg-490887</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,490887#msg-490887</link>
            <description><![CDATA[ On Tue, April 17, 2012 3:34 am, Martin Jansen wrote:<br />
&gt; On 17.04.12 10:24, Bas van Beek wrote:<br />
&gt;&gt; Sounds like facilitating wrong security protocols to me. In this<br />
&gt;&gt; 365/24/7 environment, sysadmins should be willing and able to patch,<br />
&gt;&gt; fix<br />
&gt;&gt; and secure systems at any time. Weekend should be no excuse.<br />
<br />
Willing to?  Yes.<br />
<br />
Happy about it? No.<br />
<br />
Deciding PHP is a PITA because it keeps making them work on weekends?<br />
Bad Idea.<br />
<br />
-- <br />
brain cancer update:<br />
<a href="http://richardlynch.blogspot.com/search/label/brain%20tumor" target="_blank"  rel="nofollow">http://richardlynch.blogspot.com/search/label/brain%20tumor</a><br />
Donate:<br />
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=FS9NLTNEEKWBE" target="_blank"  rel="nofollow">https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=FS9NLTNEEKWBE</a><br />
<br />
<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Richard Lynch</dc:creator>
            <category>php-internals</category>
            <pubDate>Sat, 05 May 2012 19:40:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,481437#msg-481437</guid>
            <title>Re: [PHP-DEV] Re: Release day, was: release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,481437#msg-481437</link>
            <description><![CDATA[ hi Stas,<br />
<br />
On Tue, Apr 17, 2012 at 10:19 PM, Stas Malyshev &lt;smalyshev@sugarcrm.com&gt; wrote:<br />
<br />
&gt;&gt; So if we want to release Thursday, then windows builds need to be done one<br />
&gt;&gt; Wednesday.<br />
&gt;<br />
&gt; OK, I can tag on Tuesday instead, will it make things better? Let's try<br />
&gt; it with 5.4.1.<br />
<br />
It is important to keep in mind (we did not for the last ones) that<br />
RCs should be tagged two days before their release, ideally. The<br />
reason is to avoid to release a broken release, which totally defeat<br />
the goals of a RC and delay the final release. This is part of the<br />
release process RFC btw,<br />
<br />
For the final release, given that we stick to the golden release<br />
principle, it is not necessary. Tuesday should be enough so we have<br />
enough time to get the mirrors updated, announces written, and all the<br />
other things.<br />
<br />
Cheers,<br />
-- <br />
Pierre<br />
<br />
@pierrejoye | <a href="http://blog.thepimp.net" target="_blank"  rel="nofollow">http://blog.thepimp.net</a> | <a href="http://www.libgd.org" target="_blank"  rel="nofollow">http://www.libgd.org</a><br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Pierre Joye</dc:creator>
            <category>php-internals</category>
            <pubDate>Wed, 18 Apr 2012 08:10:06 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,481155#msg-481155</guid>
            <title>Re: [PHP-DEV] Re: Release day, was: release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,481155#msg-481155</link>
            <description><![CDATA[ Hi!<br />
<br />
&gt;  Stas tags Wednesday evening US Pacific time<br />
&gt;  Stefan builds Thursday during the day US Pacific time<br />
&gt;  David announces after all this is done which is Thursday evening EU time<br />
&gt;  sometimes it becomes so late that I can only do it friday morning.<br />
&gt; <br />
&gt; <br />
&gt; So if we want to release Thursday, then windows builds need to be done one <br />
&gt; Wednesday.<br />
<br />
OK, I can tag on Tuesday instead, will it make things better? Let's try<br />
it with 5.4.1.<br />
<br />
-- <br />
Stanislav Malyshev, Software Architect<br />
SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
(408)454-6900 ext. 227<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Stas Malyshev</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 17 Apr 2012 22:30:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,480809#msg-480809</guid>
            <title>[PHP-DEV] Re: Release day, was: release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,480809#msg-480809</link>
            <description><![CDATA[ On 2012-04-17, Stas Malyshev &lt;smalyshev@sugarcrm.com&gt; wrote:<br />
&gt; Hi!<br />
&gt;<br />
&gt;&gt; The whole point of releasing on Thursdays is so sysadmins have the<br />
&gt;&gt; chance to update their servers in the event of known security problems<br />
&gt;&gt; &quot;before the weekend&quot;.<br />
&gt;&gt; This point however becomes void when we release late Thursdays evening<br />
&gt;&gt; American time, and we could just as well release on Saturday nights as<br />
&gt;&gt; noone in Europe will be able to update their servers, and the<br />
&gt;&gt; Americans will probably not be updating theirs either when they notice<br />
&gt;&gt; the release Fridays after lunch.<br />
&gt;<br />
&gt; I tag and package Wednesday evening US Pacific time. I can change the<br />
&gt; Wednesday part, but not the &quot;evening US Pacific&quot; part, at least not<br />
&gt; until I move to a different timezone.  If current schedule is not<br />
&gt; satisfactory, I have nothing against moving it to Tuesday. Pretty much<br />
&gt; any day is OK with me, so let's see what people think.<br />
<br />
Yes at the moment we have the problem that:<br />
<br />
 Stas tags Wednesday evening US Pacific time<br />
 Stefan builds Thursday during the day US Pacific time<br />
 David announces after all this is done which is Thursday evening EU time<br />
 sometimes it becomes so late that I can only do it friday morning.<br />
<br />
<br />
So if we want to release Thursday, then windows builds need to be done one <br />
Wednesday.<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>David Soria Parra</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 17 Apr 2012 13:50:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,480703#msg-480703</guid>
            <title>[PHP-DEV] Re: Release day, was: release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,480703#msg-480703</link>
            <description><![CDATA[ Hi!<br />
<br />
&gt; The whole point of releasing on Thursdays is so sysadmins have the<br />
&gt; chance to update their servers in the event of known security problems<br />
&gt; &quot;before the weekend&quot;.<br />
&gt; This point however becomes void when we release late Thursdays evening<br />
&gt; American time, and we could just as well release on Saturday nights as<br />
&gt; noone in Europe will be able to update their servers, and the<br />
&gt; Americans will probably not be updating theirs either when they notice<br />
&gt; the release Fridays after lunch.<br />
<br />
I tag and package Wednesday evening US Pacific time. I can change the<br />
Wednesday part, but not the &quot;evening US Pacific&quot; part, at least not<br />
until I move to a different timezone.  If current schedule is not<br />
satisfactory, I have nothing against moving it to Tuesday. Pretty much<br />
any day is OK with me, so let's see what people think.<br />
-- <br />
Stanislav Malyshev, Software Architect<br />
SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
(408)454-6900 ext. 227<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Stas Malyshev</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 17 Apr 2012 11:00:01 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,480696#msg-480696</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,480696#msg-480696</link>
            <description><![CDATA[ On 17.04.12 10:24, Bas van Beek wrote:<br />
&gt; Sounds like facilitating wrong security protocols to me. In this<br />
&gt; 365/24/7 environment, sysadmins should be willing and able to patch, fix<br />
&gt; and secure systems at any time. Weekend should be no excuse.<br />
<br />
There are a lot of (very serious) shops out there without a 24/7 ops<br />
schedule. Let's not hurt them without a solid reason.<br />
<br />
- Martin<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Martin Jansen</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 17 Apr 2012 10:40:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,480692#msg-480692</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,480692#msg-480692</link>
            <description><![CDATA[ Op 17-4-2012 9:47, Hannes Magnusson schreef:<br />
&gt; On Mon, Apr 9, 2012 at 08:54, Stas Malyshev&lt;smalyshev@sugarcrm.com&gt;  wrote:<br />
&gt;&gt; Hi!<br />
&gt;&gt;<br />
&gt;&gt; 5.4.1 will be the first release we're releasing using our new git setup.<br />
&gt;&gt; I would like to refine a process that we used to have for releases and<br />
&gt;&gt; make small tweaks hopefully to allow us more predictable release<br />
&gt;&gt; schedule and faster releases.<br />
&gt;&gt; What I am proposing is the following:<br />
&gt;&gt; 1. At the start of the cycle, PHP-5.4.X is branched off PHP-5.4. This is<br />
&gt;&gt; done on Monday/Tuesday (days can be tweaked back&amp;forth a bit, but I<br />
&gt;&gt; assume we'll usually release on Thursday and count back from that).<br />
&gt; (tiny hijacking).<br />
&gt;<br />
&gt; The whole point of releasing on Thursdays is so sysadmins have the<br />
&gt; chance to update their servers in the event of known security problems<br />
&gt; &quot;before the weekend&quot;.<br />
&gt; This point however becomes void when we release late Thursdays evening<br />
&gt; American time, and we could just as well release on Saturday nights as<br />
&gt; noone in Europe will be able to update their servers, and the<br />
&gt; Americans will probably not be updating theirs either when they notice<br />
&gt; the release Fridays after lunch.<br />
&gt;<br />
&gt; Even keeping in mind most sysadmins probably use distro packages,<br />
&gt; these packages won't be built by their maintainers late Fridays and<br />
&gt; therefore never rolled out to the public until after the weekend.<br />
&gt;<br />
&gt; If we however switch to Tuesdays we atleast give the sysadmins (and<br />
&gt; package builders) a fighting chance of not needing to decide between<br />
&gt; running possibly very unsecure environment over the weekend or risk<br />
&gt; breaking the production environment due to unforeseen mishaps.<br />
&gt;<br />
&gt; Could we swap the release day to Tuesday?<br />
&gt; Or atleast very very very very early morning Thursdays?<br />
&gt;<br />
&gt; -Hannes<br />
&gt;<br />
<br />
Sounds like facilitating wrong security protocols to me. In this <br />
365/24/7 environment, sysadmins should be willing and able to patch, fix <br />
and secure systems at any time. Weekend should be no excuse.<br />
<br />
Bas<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Bas van Beek</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 17 Apr 2012 10:30:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,480680#msg-480680</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,480680#msg-480680</link>
            <description><![CDATA[ On Mon, Apr 9, 2012 at 08:54, Stas Malyshev &lt;smalyshev@sugarcrm.com&gt; wrote:<br />
&gt; Hi!<br />
&gt;<br />
&gt; 5.4.1 will be the first release we're releasing using our new git setup.<br />
&gt; I would like to refine a process that we used to have for releases and<br />
&gt; make small tweaks hopefully to allow us more predictable release<br />
&gt; schedule and faster releases.<br />
&gt; What I am proposing is the following:<br />
&gt; 1. At the start of the cycle, PHP-5.4.X is branched off PHP-5.4. This is<br />
&gt; done on Monday/Tuesday (days can be tweaked back&amp;forth a bit, but I<br />
&gt; assume we'll usually release on Thursday and count back from that).<br />
<br />
(tiny hijacking).<br />
<br />
The whole point of releasing on Thursdays is so sysadmins have the<br />
chance to update their servers in the event of known security problems<br />
&quot;before the weekend&quot;.<br />
This point however becomes void when we release late Thursdays evening<br />
American time, and we could just as well release on Saturday nights as<br />
noone in Europe will be able to update their servers, and the<br />
Americans will probably not be updating theirs either when they notice<br />
the release Fridays after lunch.<br />
<br />
Even keeping in mind most sysadmins probably use distro packages,<br />
these packages won't be built by their maintainers late Fridays and<br />
therefore never rolled out to the public until after the weekend.<br />
<br />
If we however switch to Tuesdays we atleast give the sysadmins (and<br />
package builders) a fighting chance of not needing to decide between<br />
running possibly very unsecure environment over the weekend or risk<br />
breaking the production environment due to unforeseen mishaps.<br />
<br />
Could we swap the release day to Tuesday?<br />
Or atleast very very very very early morning Thursdays?<br />
<br />
-Hannes<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Hannes Magnusson</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 17 Apr 2012 09:50:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,480407#msg-480407</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,480407#msg-480407</link>
            <description><![CDATA[ On 04/16/2012 01:12 PM, Stas Malyshev wrote:<br />
&gt; Hi!<br />
&gt;<br />
&gt;&gt; I think that once PHP-5.4.1 was branched, then PHP-5.4 should have<br />
&gt;&gt; become 5.4.2-dev.<br />
&gt;<br />
&gt; You're right.<br />
<br />
As an exercise, I submitted a pull request fixing this.<br />
<br />
Chris<br />
<br />
-- <br />
<a href="mailto:&#99;&#104;&#114;&#105;&#115;&#116;&#111;&#112;&#104;&#101;&#114;&#46;&#106;&#111;&#110;&#101;&#115;&#64;&#111;&#114;&#97;&#99;&#108;&#101;&#46;&#99;&#111;&#109;">&#99;&#104;&#114;&#105;&#115;&#116;&#111;&#112;&#104;&#101;&#114;&#46;&#106;&#111;&#110;&#101;&#115;&#64;&#111;&#114;&#97;&#99;&#108;&#101;&#46;&#99;&#111;&#109;</a><br />
<a href="http://twitter.com/#!/ghrd" target="_blank"  rel="nofollow">http://twitter.com/#!/ghrd</a><br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Christopher Jones</dc:creator>
            <category>php-internals</category>
            <pubDate>Mon, 16 Apr 2012 23:03:19 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,480321#msg-480321</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,480321#msg-480321</link>
            <description><![CDATA[ Hi!<br />
<br />
&gt; I think that once PHP-5.4.1 was branched, then PHP-5.4 should have<br />
&gt; become 5.4.2-dev.<br />
<br />
You're right.<br />
-- <br />
Stanislav Malyshev, Software Architect<br />
SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
(408)454-6900 ext. 227<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Stas Malyshev</dc:creator>
            <category>php-internals</category>
            <pubDate>Mon, 16 Apr 2012 22:20:03 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,480273#msg-480273</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,480273#msg-480273</link>
            <description><![CDATA[ On 04/10/2012 03:46 PM, Stas Malyshev wrote:<br />
&gt; Hi!<br />
&gt;<br />
&gt;&gt; I think my main point still stands: if the git emails are too obscure to<br />
&gt;&gt; follow, let us know what goes in via email to internals.<br />
&gt;&gt;<br />
&gt;&gt; Do you want to bring the NEWS updating process into this discussion?<br />
&gt;<br />
&gt; Sure, though that would be another discussion IMHO. In this discussion,<br />
&gt; I just wanted to see if there are any objections to this &quot;clean release&quot;<br />
&gt; model.<br />
&gt;<br />
&gt;<br />
<br />
Stas,<br />
<br />
Currently is seems the PHP-5.4 branch is building version 5.4.1RC1-dev<br />
while the PHP-5.4.1 branch builds version 5.4.1RC2.<br />
<br />
I think that once PHP-5.4.1 was branched, then PHP-5.4 should have<br />
become 5.4.2-dev.<br />
<br />
Chris<br />
<br />
-- <br />
<a href="mailto:&#99;&#104;&#114;&#105;&#115;&#116;&#111;&#112;&#104;&#101;&#114;&#46;&#106;&#111;&#110;&#101;&#115;&#64;&#111;&#114;&#97;&#99;&#108;&#101;&#46;&#99;&#111;&#109;">&#99;&#104;&#114;&#105;&#115;&#116;&#111;&#112;&#104;&#101;&#114;&#46;&#106;&#111;&#110;&#101;&#115;&#64;&#111;&#114;&#97;&#99;&#108;&#101;&#46;&#99;&#111;&#109;</a><br />
<a href="http://twitter.com/#!/ghrd" target="_blank"  rel="nofollow">http://twitter.com/#!/ghrd</a><br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Christopher Jones</dc:creator>
            <category>php-internals</category>
            <pubDate>Mon, 16 Apr 2012 21:10:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476954#msg-476954</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476954#msg-476954</link>
            <description><![CDATA[ Pierre,<br />
<br />
On Tue, Apr 10, 2012 at 10:42 PM, Pierre Joye &lt;pierre.php@gmail.com&gt; wrote:<br />
<br />
&gt; Kris,<br />
&gt;<br />
&gt; On Wed, Apr 11, 2012 at 1:13 AM, Kris Craig &lt;kris.craig@gmail.com&gt; wrote:<br />
&gt;<br />
&gt; &gt; Given the number of RCs we've seen in the past, I remain skeptical that<br />
&gt; &gt; your approach will prove sustainable.  But I'd say let's just try it and<br />
&gt; &gt; see how it goes.<br />
&gt;<br />
&gt; Saying that is totally ignoring the main point in the new way: Very<br />
&gt; limited amount of changes allowed after the 1st RCs, or between two<br />
&gt; releases.<br />
&gt;<br />
&gt; The insane amount of changes is what made impossible to release<br />
&gt; quickly in the past, like in 5.3 now.<br />
&gt;<br />
&gt; Cheers,<br />
&gt; --<br />
&gt; Pierre<br />
&gt;<br />
&gt; @pierrejoye | <a href="http://blog.thepimp.net" target="_blank"  rel="nofollow">http://blog.thepimp.net</a> | <a href="http://www.libgd.org" target="_blank"  rel="nofollow">http://www.libgd.org</a><br />
&gt;<br />
<br />
True true.  But old patterns have a funny way of reasserting themselves.  I<br />
hope you and Stas are right; but, as they say, I'll believe it when I see<br />
it.  ;)<br />
<br />
--Kris]]></description>
            <dc:creator>Kris Craig</dc:creator>
            <category>php-internals</category>
            <pubDate>Wed, 11 Apr 2012 08:20:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476940#msg-476940</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476940#msg-476940</link>
            <description><![CDATA[ Kris,<br />
<br />
On Wed, Apr 11, 2012 at 1:13 AM, Kris Craig &lt;kris.craig@gmail.com&gt; wrote:<br />
<br />
&gt; Given the number of RCs we've seen in the past, I remain skeptical that<br />
&gt; your approach will prove sustainable.  But I'd say let's just try it and<br />
&gt; see how it goes.<br />
<br />
Saying that is totally ignoring the main point in the new way: Very<br />
limited amount of changes allowed after the 1st RCs, or between two<br />
releases.<br />
<br />
The insane amount of changes is what made impossible to release<br />
quickly in the past, like in 5.3 now.<br />
<br />
Cheers,<br />
-- <br />
Pierre<br />
<br />
@pierrejoye | <a href="http://blog.thepimp.net" target="_blank"  rel="nofollow">http://blog.thepimp.net</a> | <a href="http://www.libgd.org" target="_blank"  rel="nofollow">http://www.libgd.org</a><br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Pierre Joye</dc:creator>
            <category>php-internals</category>
            <pubDate>Wed, 11 Apr 2012 07:50:03 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476806#msg-476806</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476806#msg-476806</link>
            <description><![CDATA[ On Tue, Apr 10, 2012 at 3:46 PM, Stas Malyshev &lt;smalyshev@sugarcrm.com&gt;wrote:<br />
<br />
&gt; Hi!<br />
&gt;<br />
&gt; &gt; I think my main point still stands: if the git emails are too obscure to<br />
&gt; &gt; follow, let us know what goes in via email to internals.<br />
&gt; &gt;<br />
&gt; &gt; Do you want to bring the NEWS updating process into this discussion?<br />
&gt;<br />
&gt; Sure, though that would be another discussion IMHO. In this discussion,<br />
&gt; I just wanted to see if there are any objections to this &quot;clean release&quot;<br />
&gt; model.<br />
&gt;<br />
&gt;<br />
&gt; --<br />
&gt; Stanislav Malyshev, Software Architect<br />
&gt; SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
&gt; (408)454-6900 ext. 227<br />
&gt;<br />
&gt; --<br />
&gt; PHP Internals - PHP Runtime Development Mailing List<br />
&gt; To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a><br />
&gt;<br />
&gt;<br />
Given the number of RCs we've seen in the past, I remain skeptical that<br />
your approach will prove sustainable.  But I'd say let's just try it and<br />
see how it goes.<br />
<br />
--Kris]]></description>
            <dc:creator>Kris Craig</dc:creator>
            <category>php-internals</category>
            <pubDate>Wed, 11 Apr 2012 01:20:01 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476797#msg-476797</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476797#msg-476797</link>
            <description><![CDATA[ Hi!<br />
<br />
&gt; I think my main point still stands: if the git emails are too obscure to<br />
&gt; follow, let us know what goes in via email to internals.<br />
&gt; <br />
&gt; Do you want to bring the NEWS updating process into this discussion?<br />
<br />
Sure, though that would be another discussion IMHO. In this discussion,<br />
I just wanted to see if there are any objections to this &quot;clean release&quot;<br />
model.<br />
<br />
<br />
-- <br />
Stanislav Malyshev, Software Architect<br />
SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
(408)454-6900 ext. 227<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Stas Malyshev</dc:creator>
            <category>php-internals</category>
            <pubDate>Wed, 11 Apr 2012 00:50:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476353#msg-476353</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476353#msg-476353</link>
            <description><![CDATA[ hi,<br />
<br />
2012/4/10 Johannes Schlüter &lt;johannes@schlueters.de&gt;:<br />
<br />
&gt;  0f180a6 - Fixed bug in new stream_get_line() when using NUL as a delimiter.<br />
&gt;    (This is a regression from 5.3.10)<br />
&gt;  9bf8cd4 - Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (without apache2))<br />
&gt;    (Crash fix)<br />
&gt;  ca58cd0 - Cherry-pick 4cc74767  Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and forbid \0. See bug #60227.<br />
&gt;    (Security related)<br />
&gt;  55a6f3a - - update to openssl 0.9.8u<br />
&gt;    (Readme change for Win distribution, no code change)<br />
&gt;  0e53ac4 - - Updated to version 2012.3 (2012c)<br />
&gt;    (current timezone data)<br />
&gt;  8449e0c - Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)<br />
&gt;     (compilation issue)<br />
<br />
The Fileinfo fix  (in 5.3.11 and 5.4.1) is missing as well as the<br />
..gitattributes addtions to fix the LF issues (all branches).<br />
<br />
<br />
Cheers,<br />
-- <br />
Pierre<br />
<br />
@pierrejoye | <a href="http://blog.thepimp.net" target="_blank"  rel="nofollow">http://blog.thepimp.net</a> | <a href="http://www.libgd.org" target="_blank"  rel="nofollow">http://www.libgd.org</a><br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Pierre Joye</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 10 Apr 2012 11:50:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476343#msg-476343</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476343#msg-476343</link>
            <description><![CDATA[ On Sun, 2012-04-08 at 23:54 -0700, Stas Malyshev wrote:<br />
&gt; Hi!<br />
&gt; <br />
&gt; 5.4.1 will be the first release we're releasing using our new git setup.<br />
<br />
As will 5.3.11.<br />
<br />
&gt; I would like to refine a process that we used to have for releases and<br />
&gt; make small tweaks hopefully to allow us more predictable release<br />
&gt; schedule and faster releases.<br />
&gt; What I am proposing is the following:<br />
[...]<br />
<br />
For 5.3.11+ my base assumption is that every bug in there exists for a<br />
few years already (we don't add new features or such, do we? ;-) ).<br />
Going from there I agree that fixes made during the release cycle can<br />
easily wait for the next release. So the approach is fine.<br />
<br />
<br />
For 5.3.11RC2 I'm currently looking at merging (cherry-picking)<br />
<br />
  0f180a6 - Fixed bug in new stream_get_line() when using NUL as a delimiter.<br />
    (This is a regression from 5.3.10)<br />
  9bf8cd4 - Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (without apache2))<br />
    (Crash fix)<br />
  ca58cd0 - Cherry-pick 4cc74767  Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and forbid \0. See bug #60227.<br />
    (Security related)<br />
  55a6f3a - - update to openssl 0.9.8u<br />
    (Readme change for Win distribution, no code change)<br />
  0e53ac4 - - Updated to version 2012.3 (2012c)<br />
    (current timezone data)<br />
  8449e0c - Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)<br />
     (compilation issue)<br />
<br />
johannes<br />
<br />
<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Johannes Schlüter</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 10 Apr 2012 11:20:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476232#msg-476232</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476232#msg-476232</link>
            <description><![CDATA[ On 4/9/12 3:21 PM, Stas Malyshev wrote:<br />
&gt; Hi!<br />
&gt;<br />
&gt;&gt; I would like to see clarity on when fixes have been merged to the RC<br />
&gt;&gt; branch (git emails are still a bit hard to grok).  It would help to<br />
&gt;&gt; have early communication about fixes you have decided against so we<br />
&gt;&gt; can argue their merits and so we don't assume you are planning to pick<br />
&gt;&gt; them up.<br />
&gt;<br />
&gt; So this is the main point I want to change. There will be no fixes<br />
&gt; &quot;decided for&quot; and &quot;decided against&quot;. Once RC1 is out, this is by default<br />
&gt; the release, and all the fixes since this point go into version X+1. The<br />
&gt; only exception - and I can't emphasize enough that I want it to be<br />
&gt; exception, not a usual occurrence - if we have a critical issue in RC1.<br />
&gt; So by default no fixes are rejected and no fixes are merged - once RC1<br />
&gt; is out, fixes are presumed to be in X+1 version. Unless you know this is<br />
&gt; a critical bug (meaning, there's absolutely no point releasing PHP with<br />
&gt; it as either one could not use it - e.g. it does not compile - or nobody<br />
&gt; in his sane mind would use it - e.g. remote security hole) there would<br />
&gt; be no point deciding or arguing about it.<br />
&gt; Again, this is a change from what we did before, not a big one, but as<br />
&gt; you can see it requires some mindset shift. I think it will improve our<br />
&gt; release process and will make us able to release quick and quality versions.<br />
<br />
I think my main point still stands: if the git emails are too obscure to<br />
follow, let us know what goes in via email to internals.<br />
<br />
Do you want to bring the NEWS updating process into this discussion?<br />
<br />
Chris<br />
<br />
-- <br />
Email: <a href="mailto:&#99;&#104;&#114;&#105;&#115;&#116;&#111;&#112;&#104;&#101;&#114;&#46;&#106;&#111;&#110;&#101;&#115;&#64;&#111;&#114;&#97;&#99;&#108;&#101;&#46;&#99;&#111;&#109;">&#99;&#104;&#114;&#105;&#115;&#116;&#111;&#112;&#104;&#101;&#114;&#46;&#106;&#111;&#110;&#101;&#115;&#64;&#111;&#114;&#97;&#99;&#108;&#101;&#46;&#99;&#111;&#109;</a><br />
Tel:  +1 650 506 8630<br />
Blog:  <a href="http://blogs.oracle.com/opal/" target="_blank"  rel="nofollow">http://blogs.oracle.com/opal/</a><br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Christopher Jones</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 10 Apr 2012 07:00:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476075#msg-476075</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476075#msg-476075</link>
            <description><![CDATA[ Hi!<br />
<br />
&gt; I would like to see clarity on when fixes have been merged to the RC<br />
&gt; branch (git emails are still a bit hard to grok).  It would help to<br />
&gt; have early communication about fixes you have decided against so we<br />
&gt; can argue their merits and so we don't assume you are planning to pick<br />
&gt; them up.<br />
<br />
So this is the main point I want to change. There will be no fixes<br />
&quot;decided for&quot; and &quot;decided against&quot;. Once RC1 is out, this is by default<br />
the release, and all the fixes since this point go into version X+1. The<br />
only exception - and I can't emphasize enough that I want it to be<br />
exception, not a usual occurrence - if we have a critical issue in RC1.<br />
So by default no fixes are rejected and no fixes are merged - once RC1<br />
is out, fixes are presumed to be in X+1 version. Unless you know this is<br />
a critical bug (meaning, there's absolutely no point releasing PHP with<br />
it as either one could not use it - e.g. it does not compile - or nobody<br />
in his sane mind would use it - e.g. remote security hole) there would<br />
be no point deciding or arguing about it.<br />
Again, this is a change from what we did before, not a big one, but as<br />
you can see it requires some mindset shift. I think it will improve our<br />
release process and will make us able to release quick and quality versions.<br />
-- <br />
Stanislav Malyshev, Software Architect<br />
SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
(408)454-6900 ext. 227<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Stas Malyshev</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 10 Apr 2012 00:30:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476068#msg-476068</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476068#msg-476068</link>
            <description><![CDATA[ Hi!<br />
<br />
&gt; My concern is that merge conflicts can occur when cherry-picking in this<br />
&gt; manner.  It's just generally not a &quot;best practices&quot; approach when using<br />
<br />
Which merge conflicts? Diff between 5.4 and 5.4.X will never be big<br />
enough to have any conflicts. It's just 2 weeks of stable version code.<br />
<br />
&gt; cherry-picking.  These fixes can then be merged back into trunk, so the<br />
&gt; end result is the same but with far less manual work and less potential<br />
&gt; for human error.<br />
<br />
I'm OK with some manual work, we won't have that much (only for critical<br />
bugs). I don't want to merge release branch into dev branch since it<br />
contains release-only stuff that doesn't have to be in dev branch, and I<br />
want merges to be one direction only - from dev to release, I don't want<br />
people putting code into release branch after RC1 unless it is an<br />
emergency. Otherwise we get much slower release cycles since each change<br />
basically sets us back 2 weeks.<br />
-- <br />
Stanislav Malyshev, Software Architect<br />
SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
(408)454-6900 ext. 227<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Stas Malyshev</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 10 Apr 2012 00:20:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476063#msg-476063</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476063#msg-476063</link>
            <description><![CDATA[ On Mon, Apr 9, 2012 at 2:57 PM, Stas Malyshev &lt;smalyshev@sugarcrm.com&gt;wrote:<br />
<br />
&gt; Hi!<br />
&gt;<br />
&gt; &gt; release candidates.  I mean, we're still planning on having multiple<br />
&gt; &gt; release candidates before an actual release, right?  If so, then<br />
&gt;<br />
&gt; Not if we can avoid it. If we don't have critical bugs in RC1, we<br />
&gt; release it.<br />
&gt;<br />
&gt; &gt; obviously we'll need a way to commit those changes.  If they're not made<br />
&gt; &gt; on the RC branch, then where were you thinking they should go, and how<br />
&gt; &gt; would we then apply those bugfixes to the 5.4 trunk if not through a<br />
&gt; merge?<br />
&gt;<br />
&gt; If you have bugfix for 5.4, commit it into 5.4. If it's critical for<br />
&gt; current release, it will be pulled by RM into the release, otherwise he<br />
&gt; automatically becomes part of the next release.<br />
&gt;<br />
<br />
My concern is that merge conflicts can occur when cherry-picking in this<br />
manner.  It's just generally not a &quot;best practices&quot; approach when using Git<br />
IMHO.  The appropriate way to do this would be to have these bugfixes<br />
pushed as separate branches based off of the release branch, then the RM<br />
chooses whether or not to merge each one back into the release branch.<br />
This takes advantage of Git's built-in branching/merging functionality<br />
without the need for manual cherry-picking.  These fixes can then be merged<br />
back into trunk, so the end result is the same but with far less manual<br />
work and less potential for human error.<br />
<br />
--Kris<br />
<br />
<br />
&gt; --<br />
&gt; Stanislav Malyshev, Software Architect<br />
&gt; SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
&gt; (408)454-6900 ext. 227<br />
&gt;]]></description>
            <dc:creator>Kris Craig</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 10 Apr 2012 00:10:01 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476058#msg-476058</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476058#msg-476058</link>
            <description><![CDATA[ Hi!<br />
<br />
&gt; release candidates.  I mean, we're still planning on having multiple<br />
&gt; release candidates before an actual release, right?  If so, then<br />
<br />
Not if we can avoid it. If we don't have critical bugs in RC1, we<br />
release it.<br />
<br />
&gt; obviously we'll need a way to commit those changes.  If they're not made<br />
&gt; on the RC branch, then where were you thinking they should go, and how<br />
&gt; would we then apply those bugfixes to the 5.4 trunk if not through a merge?<br />
<br />
If you have bugfix for 5.4, commit it into 5.4. If it's critical for<br />
current release, it will be pulled by RM into the release, otherwise he<br />
automatically becomes part of the next release.<br />
-- <br />
Stanislav Malyshev, Software Architect<br />
SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
(408)454-6900 ext. 227<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Stas Malyshev</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 10 Apr 2012 00:00:01 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476057#msg-476057</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476057#msg-476057</link>
            <description><![CDATA[ On Mon, Apr 9, 2012 at 2:33 PM, Kiall Mac Innes &lt;kiall@managedit.ie&gt; wrote:<br />
<br />
&gt; On Mon, Apr 9, 2012 at 10:27 PM, Kris Craig &lt;kris.craig@gmail.com&gt; wrote:<br />
&gt;&gt;<br />
&gt;&gt; What I'm referring to is the same kind of bugfixes/etc that go into new<br />
&gt;&gt; release candidates.  I mean, we're still planning on having multiple<br />
&gt;&gt; release candidates before an actual release, right?  If so, then obviously<br />
&gt;&gt; we'll need a way to commit those changes.  If they're not made on the RC<br />
&gt;&gt; branch, then where were you thinking they should go, and how would we then<br />
&gt;&gt; apply those bugfixes to the 5.4 trunk if not through a merge?<br />
&gt;<br />
&gt;<br />
&gt; Referring again to how openstack manages this (because I personally feel<br />
&gt; they have nailed it)..<br />
&gt;<br />
&gt; Any commit that should be applied to the RC should also be applied to<br />
&gt; master/trunk, right? So - Why not commit it to master/trunk and nominate it<br />
&gt; for inclusion in the release. This allows a release manager to look at the<br />
&gt; bug, the fix, and the implications of of the fix before the fix lands in<br />
&gt; the RC.<br />
&gt;<br />
&gt; Once a commit has been made to master/trunk.. That fix can be<br />
&gt; cherry-picked into the RC if it's deemed suitable.<br />
&gt;<br />
<br />
That approach would also work, so long as the RM doesn't mind having to<br />
cherry-pick through different commits, making sure they're not based off of<br />
non-included commits that would cause conflicts, etc.  Git merging<br />
essentially does the bulk of this grunt work for you; but the downside, as<br />
Stas pointed out, is that people would then wind-up posting unnecessary<br />
commits because there would be no manual filtering.<br />
<br />
Hmm so how about we consider a third option?  It sounds like what we need<br />
is a bridge so that bugfixes can be quarantined yet still cherry-picked by<br />
the RM without the added burden of code conflicts being introduced from<br />
trunk.<br />
<br />
So how about this:<br />
<br />
<br />
   1. RM creates PHP-5.4.x branch from PHP-5.4.<br />
   2. Development continues on PHP-5.4 branch without any interaction with<br />
   PHP-5.4.x branch.<br />
   3. RM is allowed to commit directly to PHP-5.4.x.<br />
   4. Anybody else who wants to propose a bugfix will create a new branch<br />
   based off of PHP-5.4.x.<br />
      - For example:  git checkout -b Bugfix-Some_Bugfix_Title PHP-5.4.x.<br />
   5. Once commit(s) on Bugfix branch are made, developer merges the bugfix<br />
   into PHP-5.4 trunk branch and asks the RM (i.e. &quot;nominates&quot; it, as you put<br />
   it) to merge it into the PHP-5.4.x release branch as well.<br />
   6. RM can decide whether or not to merge it in.  Because the branch was<br />
   based off of the release branch as opposed to trunk, it's considerably less<br />
   likely that any conflicts will emerge should the RM decide to merge it in.<br />
   If s/he doesn't merge it in, the changes have already been merged into the<br />
   trunk branch so at very least they'll be there for the next release.<br />
<br />
This approach should address everyone's concerns while taking advantage of<br />
Git's branching functionality, which was designed precisely with situations<br />
such as this in mind.  The RM filter remains but the manual workload and<br />
potential for human error are both dramatically reduced.<br />
<br />
--Kris<br />
<br />
<br />
&gt; Thanks,<br />
&gt; Kiall<br />
&gt;]]></description>
            <dc:creator>Kris Craig</dc:creator>
            <category>php-internals</category>
            <pubDate>Tue, 10 Apr 2012 00:00:01 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476048#msg-476048</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476048#msg-476048</link>
            <description><![CDATA[ On 04/08/2012 11:54 PM, Stas Malyshev wrote:<br />
&gt; Hi!<br />
&gt;<br />
&gt; 5.4.1 will be the first release we're releasing using our new git setup.<br />
&gt; I would like to refine a process that we used to have for releases and<br />
&gt; make small tweaks hopefully to allow us more predictable release<br />
&gt; schedule and faster releases.<br />
&gt; What I am proposing is the following:<br />
&gt; 1. At the start of the cycle, PHP-5.4.X is branched off PHP-5.4. This is<br />
&gt; done on Monday/Tuesday (days can be tweaked back&amp;forth a bit, but I<br />
&gt; assume we'll usually release on Thursday and count back from that).<br />
&gt; 2. This branch is checked by RM to compile, pass unit tests<br />
&gt; satisfactory, etc. and is released as 5.4.X RC1<br />
&gt; 3. In two weeks, if no critical errors is found in RC1, the same branch<br />
&gt; is released as 5.4.X. If any critical errors are found, RM cherry-pick<br />
&gt; fixes from 5.4 and release RC2 (RC3, etc. as needed) each two weeks<br />
&gt; after no criticial bugs are in 5.4.X branch.<br />
&gt; 4. In two more weeks, 5.4.(X+1) starts, provided we have changes from<br />
&gt; 5.4.X. If not, it is postponed by 2 weeks.<br />
&gt;<br />
&gt; It is somewhat different from what we did before as we never disallow<br />
&gt; committing into 5.4 and never allow (direct) committing into 5.4.X. This<br />
&gt; also means we will be releasing 2-weeks-old code (or maybe older), i.e.<br />
&gt; we will frequently be releasing code which has known (and fixed in other<br />
&gt; branch) bugs.<br />
&gt;<br />
&gt; This will also mean we will have to define what constitutes critical<br />
&gt; error, and maybe raise the bar a bit. I would like to propose the<br />
&gt; following criteria for critical error:<br />
&gt; 1. Compilation failure on a major platform (Linux, Windows, Mac, maybe<br />
&gt; some others at RM discretion)<br />
&gt; 2. Remotely exploitable security problem<br />
&gt; 3. Bug that breaks a large piece of widely used functionality, effective<br />
&gt; rendering it unusable (i.e. if somebody broke fopen() and it always<br />
&gt; returned false).<br />
&gt; Other things may be added on case-by-case basis but this will be the<br />
&gt; guidelines. All other changes go into the next release.<br />
&gt;<br />
&gt; I think doing it this way will allow us to have 5.4.X releases monthly<br />
&gt; as we planned in the release RFC. This will also mean that there would<br />
&gt; be almost constant lag between committing regular fix and releasing it,<br />
&gt; which may be larger than we had before. I think it won't be too bad if<br />
&gt; we had regular monthly releases.<br />
&gt;<br />
&gt; Comments?<br />
<br />
Stas,<br />
<br />
I'm fine with this.<br />
<br />
I would like to see clarity on when fixes have been merged to the RC<br />
branch (git emails are still a bit hard to grok).  It would help to<br />
have early communication about fixes you have decided against so we<br />
can argue their merits and so we don't assume you are planning to pick<br />
them up.<br />
<br />
Chris<br />
<br />
-- <br />
Email: <a href="mailto:&#99;&#104;&#114;&#105;&#115;&#116;&#111;&#112;&#104;&#101;&#114;&#46;&#106;&#111;&#110;&#101;&#115;&#64;&#111;&#114;&#97;&#99;&#108;&#101;&#46;&#99;&#111;&#109;">&#99;&#104;&#114;&#105;&#115;&#116;&#111;&#112;&#104;&#101;&#114;&#46;&#106;&#111;&#110;&#101;&#115;&#64;&#111;&#114;&#97;&#99;&#108;&#101;&#46;&#99;&#111;&#109;</a><br />
Tel:  +1 650 506 8630<br />
Blog:  <a href="http://blogs.oracle.com/opal/" target="_blank"  rel="nofollow">http://blogs.oracle.com/opal/</a><br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Christopher Jones</dc:creator>
            <category>php-internals</category>
            <pubDate>Mon, 09 Apr 2012 23:40:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476047#msg-476047</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476047#msg-476047</link>
            <description><![CDATA[ On Mon, Apr 9, 2012 at 10:27 PM, Kris Craig &lt;kris.craig@gmail.com&gt; wrote:<br />
&gt;<br />
&gt; What I'm referring to is the same kind of bugfixes/etc that go into new<br />
&gt; release candidates.  I mean, we're still planning on having multiple<br />
&gt; release candidates before an actual release, right?  If so, then obviously<br />
&gt; we'll need a way to commit those changes.  If they're not made on the RC<br />
&gt; branch, then where were you thinking they should go, and how would we then<br />
&gt; apply those bugfixes to the 5.4 trunk if not through a merge?<br />
<br />
<br />
Referring again to how openstack manages this (because I personally feel<br />
they have nailed it)..<br />
<br />
Any commit that should be applied to the RC should also be applied to<br />
master/trunk, right? So - Why not commit it to master/trunk and nominate it<br />
for inclusion in the release. This allows a release manager to look at the<br />
bug, the fix, and the implications of of the fix before the fix lands in<br />
the RC.<br />
<br />
Once a commit has been made to master/trunk.. That fix can be cherry-picked<br />
into the RC if it's deemed suitable.<br />
<br />
Thanks,<br />
Kiall]]></description>
            <dc:creator>Kiall Mac Innes</dc:creator>
            <category>php-internals</category>
            <pubDate>Mon, 09 Apr 2012 23:40:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476040#msg-476040</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476040#msg-476040</link>
            <description><![CDATA[ Stas,<br />
<br />
On Mon, Apr 9, 2012 at 2:07 PM, Stas Malyshev &lt;smalyshev@sugarcrm.com&gt;wrote:<br />
<br />
&gt; Hi!<br />
&gt;<br />
&gt; &gt; version of a &quot;Release-x.xx&quot; branch.  I would suggest allowing commits on<br />
&gt; &gt; that branch, but *only* if they're bugfixes or minor housekeeping.  Each<br />
&gt;<br />
&gt; I don't want to do this, because this would very quickly lead us back to<br />
&gt; old chaotic situation where people commit stuff at the last moment and<br />
&gt; it's not properly tested. I prefer to have defined merge points.<br />
&gt;<br />
&gt; &gt; commit would basically be the equivalent of a release candidate (i.e.<br />
&gt; &gt; initial branch commit would be RC1, next commit RC2, etc).<br />
&gt; &gt;<br />
&gt; &gt; Then when it's time to pull the trigger, the final commit on that branch<br />
&gt; &gt; will be the actual release.  Then merge that branch back into PHP-5.4.<br />
&gt;<br />
&gt; That's what I don't want to do. I don't want people to be<br />
&gt; live-committing into release branch and then merge it back to dev<br />
&gt; branch. I want release branch be clean and frozen as much as possible,<br />
&gt; and people committing to dev branch as needed. No last-minute bugfixes<br />
&gt; either unless it's a bug that absolutely breaks the release - otherwise<br />
&gt; it'll be released in a month, most bugs can wait for a month without any<br />
&gt; problem, given that they waited till now.<br />
&gt;<br />
&gt; --<br />
&gt; Stanislav Malyshev, Software Architect<br />
&gt; SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
&gt; (408)454-6900 ext. 227<br />
&gt;<br />
<br />
What I'm referring to is the same kind of bugfixes/etc that go into new<br />
release candidates.  I mean, we're still planning on having multiple<br />
release candidates before an actual release, right?  If so, then obviously<br />
we'll need a way to commit those changes.  If they're not made on the RC<br />
branch, then where were you thinking they should go, and how would we then<br />
apply those bugfixes to the 5.4 trunk if not through a merge?<br />
<br />
--Kris]]></description>
            <dc:creator>Kris Craig</dc:creator>
            <category>php-internals</category>
            <pubDate>Mon, 09 Apr 2012 23:30:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476025#msg-476025</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476025#msg-476025</link>
            <description><![CDATA[ Hi!<br />
<br />
&gt; version of a &quot;Release-x.xx&quot; branch.  I would suggest allowing commits on<br />
&gt; that branch, but *only* if they're bugfixes or minor housekeeping.  Each<br />
<br />
I don't want to do this, because this would very quickly lead us back to<br />
old chaotic situation where people commit stuff at the last moment and<br />
it's not properly tested. I prefer to have defined merge points.<br />
<br />
&gt; commit would basically be the equivalent of a release candidate (i.e.<br />
&gt; initial branch commit would be RC1, next commit RC2, etc).<br />
&gt; <br />
&gt; Then when it's time to pull the trigger, the final commit on that branch<br />
&gt; will be the actual release.  Then merge that branch back into PHP-5.4. <br />
<br />
That's what I don't want to do. I don't want people to be<br />
live-committing into release branch and then merge it back to dev<br />
branch. I want release branch be clean and frozen as much as possible,<br />
and people committing to dev branch as needed. No last-minute bugfixes<br />
either unless it's a bug that absolutely breaks the release - otherwise<br />
it'll be released in a month, most bugs can wait for a month without any<br />
problem, given that they waited till now.<br />
<br />
-- <br />
Stanislav Malyshev, Software Architect<br />
SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
(408)454-6900 ext. 227<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Stas Malyshev</dc:creator>
            <category>php-internals</category>
            <pubDate>Mon, 09 Apr 2012 23:10:25 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,476012#msg-476012</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,476012#msg-476012</link>
            <description><![CDATA[ On Mon, Apr 9, 2012 at 3:26 AM, Kiall Mac Innes &lt;kiall@managedit.ie&gt; wrote:<br />
<br />
&gt; This is a very similar process to what OpenStack uses, it seems to work<br />
&gt; well for them.<br />
&gt;<br />
&gt; They have a few guys on freenode in #openstack-infra that have shown<br />
&gt; themselves more than willing to go into detail about their setup and its<br />
&gt; pro/con's..<br />
&gt;<br />
&gt; It would be worth asking them for their experience...<br />
&gt;<br />
&gt; Thanks,<br />
&gt; Kiall<br />
&gt;<br />
&gt; Sent from my phone.<br />
&gt; On Apr 9, 2012 7:54 a.m., &quot;Stas Malyshev&quot; &lt;smalyshev@sugarcrm.com&gt; wrote:<br />
&gt;<br />
&gt; &gt; Hi!<br />
&gt; &gt;<br />
&gt; &gt; 5.4.1 will be the first release we're releasing using our new git setup.<br />
&gt; &gt; I would like to refine a process that we used to have for releases and<br />
&gt; &gt; make small tweaks hopefully to allow us more predictable release<br />
&gt; &gt; schedule and faster releases.<br />
&gt; &gt; What I am proposing is the following:<br />
&gt; &gt; 1. At the start of the cycle, PHP-5.4.X is branched off PHP-5.4. This is<br />
&gt; &gt; done on Monday/Tuesday (days can be tweaked back&amp;forth a bit, but I<br />
&gt; &gt; assume we'll usually release on Thursday and count back from that).<br />
&gt; &gt; 2. This branch is checked by RM to compile, pass unit tests<br />
&gt; &gt; satisfactory, etc. and is released as 5.4.X RC1<br />
&gt; &gt; 3. In two weeks, if no critical errors is found in RC1, the same branch<br />
&gt; &gt; is released as 5.4.X. If any critical errors are found, RM cherry-pick<br />
&gt; &gt; fixes from 5.4 and release RC2 (RC3, etc. as needed) each two weeks<br />
&gt; &gt; after no criticial bugs are in 5.4.X branch.<br />
&gt; &gt; 4. In two more weeks, 5.4.(X+1) starts, provided we have changes from<br />
&gt; &gt; 5.4.X. If not, it is postponed by 2 weeks.<br />
&gt; &gt;<br />
&gt; &gt; It is somewhat different from what we did before as we never disallow<br />
&gt; &gt; committing into 5.4 and never allow (direct) committing into 5.4.X. This<br />
&gt; &gt; also means we will be releasing 2-weeks-old code (or maybe older), i.e.<br />
&gt; &gt; we will frequently be releasing code which has known (and fixed in other<br />
&gt; &gt; branch) bugs.<br />
&gt; &gt;<br />
&gt; &gt; This will also mean we will have to define what constitutes critical<br />
&gt; &gt; error, and maybe raise the bar a bit. I would like to propose the<br />
&gt; &gt; following criteria for critical error:<br />
&gt; &gt; 1. Compilation failure on a major platform (Linux, Windows, Mac, maybe<br />
&gt; &gt; some others at RM discretion)<br />
&gt; &gt; 2. Remotely exploitable security problem<br />
&gt; &gt; 3. Bug that breaks a large piece of widely used functionality, effective<br />
&gt; &gt; rendering it unusable (i.e. if somebody broke fopen() and it always<br />
&gt; &gt; returned false).<br />
&gt; &gt; Other things may be added on case-by-case basis but this will be the<br />
&gt; &gt; guidelines. All other changes go into the next release.<br />
&gt; &gt;<br />
&gt; &gt; I think doing it this way will allow us to have 5.4.X releases monthly<br />
&gt; &gt; as we planned in the release RFC. This will also mean that there would<br />
&gt; &gt; be almost constant lag between committing regular fix and releasing it,<br />
&gt; &gt; which may be larger than we had before. I think it won't be too bad if<br />
&gt; &gt; we had regular monthly releases.<br />
&gt; &gt;<br />
&gt; &gt; Comments?<br />
&gt; &gt; --<br />
&gt; &gt; Stanislav Malyshev, Software Architect<br />
&gt; &gt; SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
&gt; &gt; (408)454-6900 ext. 227<br />
&gt; &gt;<br />
&gt; &gt; --<br />
&gt; &gt; PHP Internals - PHP Runtime Development Mailing List<br />
&gt; &gt; To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a><br />
&gt; &gt;<br />
&gt; &gt;<br />
&gt;<br />
<br />
Yeah this also sounds similar to Gitflow, as this would basically be our<br />
version of a &quot;Release-x.xx&quot; branch.  I would suggest allowing commits on<br />
that branch, but *only* if they're bugfixes or minor housekeeping.  Each<br />
commit would basically be the equivalent of a release candidate (i.e.<br />
initial branch commit would be RC1, next commit RC2, etc).<br />
<br />
Then when it's time to pull the trigger, the final commit on that branch<br />
will be the actual release.  Then merge that branch back into PHP-5.4.  By<br />
doing that last step, parallel ongoing development on the next 5.4 release<br />
can continue without restriction.  Any last-minute bugfixes from the<br />
PHP-5.4.X branch would be merged-in so everything would remain up-to-date.<br />
<br />
--Kris]]></description>
            <dc:creator>Kris Craig</dc:creator>
            <category>php-internals</category>
            <pubDate>Mon, 09 Apr 2012 23:00:03 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,475669#msg-475669</guid>
            <title>Re: [PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,475669#msg-475669</link>
            <description><![CDATA[ This is a very similar process to what OpenStack uses, it seems to work<br />
well for them.<br />
<br />
They have a few guys on freenode in #openstack-infra that have shown<br />
themselves more than willing to go into detail about their setup and its<br />
pro/con's..<br />
<br />
It would be worth asking them for their experience...<br />
<br />
Thanks,<br />
Kiall<br />
<br />
Sent from my phone.<br />
On Apr 9, 2012 7:54 a.m., &quot;Stas Malyshev&quot; &lt;smalyshev@sugarcrm.com&gt; wrote:<br />
<br />
&gt; Hi!<br />
&gt;<br />
&gt; 5.4.1 will be the first release we're releasing using our new git setup.<br />
&gt; I would like to refine a process that we used to have for releases and<br />
&gt; make small tweaks hopefully to allow us more predictable release<br />
&gt; schedule and faster releases.<br />
&gt; What I am proposing is the following:<br />
&gt; 1. At the start of the cycle, PHP-5.4.X is branched off PHP-5.4. This is<br />
&gt; done on Monday/Tuesday (days can be tweaked back&amp;forth a bit, but I<br />
&gt; assume we'll usually release on Thursday and count back from that).<br />
&gt; 2. This branch is checked by RM to compile, pass unit tests<br />
&gt; satisfactory, etc. and is released as 5.4.X RC1<br />
&gt; 3. In two weeks, if no critical errors is found in RC1, the same branch<br />
&gt; is released as 5.4.X. If any critical errors are found, RM cherry-pick<br />
&gt; fixes from 5.4 and release RC2 (RC3, etc. as needed) each two weeks<br />
&gt; after no criticial bugs are in 5.4.X branch.<br />
&gt; 4. In two more weeks, 5.4.(X+1) starts, provided we have changes from<br />
&gt; 5.4.X. If not, it is postponed by 2 weeks.<br />
&gt;<br />
&gt; It is somewhat different from what we did before as we never disallow<br />
&gt; committing into 5.4 and never allow (direct) committing into 5.4.X. This<br />
&gt; also means we will be releasing 2-weeks-old code (or maybe older), i.e.<br />
&gt; we will frequently be releasing code which has known (and fixed in other<br />
&gt; branch) bugs.<br />
&gt;<br />
&gt; This will also mean we will have to define what constitutes critical<br />
&gt; error, and maybe raise the bar a bit. I would like to propose the<br />
&gt; following criteria for critical error:<br />
&gt; 1. Compilation failure on a major platform (Linux, Windows, Mac, maybe<br />
&gt; some others at RM discretion)<br />
&gt; 2. Remotely exploitable security problem<br />
&gt; 3. Bug that breaks a large piece of widely used functionality, effective<br />
&gt; rendering it unusable (i.e. if somebody broke fopen() and it always<br />
&gt; returned false).<br />
&gt; Other things may be added on case-by-case basis but this will be the<br />
&gt; guidelines. All other changes go into the next release.<br />
&gt;<br />
&gt; I think doing it this way will allow us to have 5.4.X releases monthly<br />
&gt; as we planned in the release RFC. This will also mean that there would<br />
&gt; be almost constant lag between committing regular fix and releasing it,<br />
&gt; which may be larger than we had before. I think it won't be too bad if<br />
&gt; we had regular monthly releases.<br />
&gt;<br />
&gt; Comments?<br />
&gt; --<br />
&gt; Stanislav Malyshev, Software Architect<br />
&gt; SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
&gt; (408)454-6900 ext. 227<br />
&gt;<br />
&gt; --<br />
&gt; PHP Internals - PHP Runtime Development Mailing List<br />
&gt; To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a><br />
&gt;<br />
&gt;]]></description>
            <dc:creator>Kiall Mac Innes</dc:creator>
            <category>php-internals</category>
            <pubDate>Mon, 09 Apr 2012 12:30:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?7,475588,475588#msg-475588</guid>
            <title>[PHP-DEV] release process with git</title>
            <link>http://www.serverphorums.com/read.php?7,475588,475588#msg-475588</link>
            <description><![CDATA[ Hi!<br />
<br />
5.4.1 will be the first release we're releasing using our new git setup.<br />
I would like to refine a process that we used to have for releases and<br />
make small tweaks hopefully to allow us more predictable release<br />
schedule and faster releases.<br />
What I am proposing is the following:<br />
1. At the start of the cycle, PHP-5.4.X is branched off PHP-5.4. This is<br />
done on Monday/Tuesday (days can be tweaked back&amp;forth a bit, but I<br />
assume we'll usually release on Thursday and count back from that).<br />
2. This branch is checked by RM to compile, pass unit tests<br />
satisfactory, etc. and is released as 5.4.X RC1<br />
3. In two weeks, if no critical errors is found in RC1, the same branch<br />
is released as 5.4.X. If any critical errors are found, RM cherry-pick<br />
fixes from 5.4 and release RC2 (RC3, etc. as needed) each two weeks<br />
after no criticial bugs are in 5.4.X branch.<br />
4. In two more weeks, 5.4.(X+1) starts, provided we have changes from<br />
5.4.X. If not, it is postponed by 2 weeks.<br />
<br />
It is somewhat different from what we did before as we never disallow<br />
committing into 5.4 and never allow (direct) committing into 5.4.X. This<br />
also means we will be releasing 2-weeks-old code (or maybe older), i.e.<br />
we will frequently be releasing code which has known (and fixed in other<br />
branch) bugs.<br />
<br />
This will also mean we will have to define what constitutes critical<br />
error, and maybe raise the bar a bit. I would like to propose the<br />
following criteria for critical error:<br />
1. Compilation failure on a major platform (Linux, Windows, Mac, maybe<br />
some others at RM discretion)<br />
2. Remotely exploitable security problem<br />
3. Bug that breaks a large piece of widely used functionality, effective<br />
rendering it unusable (i.e. if somebody broke fopen() and it always<br />
returned false).<br />
Other things may be added on case-by-case basis but this will be the<br />
guidelines. All other changes go into the next release.<br />
<br />
I think doing it this way will allow us to have 5.4.X releases monthly<br />
as we planned in the release RFC. This will also mean that there would<br />
be almost constant lag between committing regular fix and releasing it,<br />
which may be larger than we had before. I think it won't be too bad if<br />
we had regular monthly releases.<br />
<br />
Comments?<br />
-- <br />
Stanislav Malyshev, Software Architect<br />
SugarCRM: <a href="http://www.sugarcrm.com/" target="_blank"  rel="nofollow">http://www.sugarcrm.com/</a><br />
(408)454-6900 ext. 227<br />
<br />
-- <br />
PHP Internals - PHP Runtime Development Mailing List<br />
To unsubscribe, visit: <a href="http://www.php.net/unsub.php" target="_blank"  rel="nofollow">http://www.php.net/unsub.php</a>]]></description>
            <dc:creator>Stas Malyshev</dc:creator>
            <category>php-internals</category>
            <pubDate>Mon, 09 Apr 2012 09:01:33 +0200</pubDate>
        </item>
    </channel>
</rss>
