Skip to content

Commit

Permalink
Merge branch 'PHP-5.6'
Browse files Browse the repository at this point in the history
* PHP-5.6:
  phpweb now publishes SHA256s -- and please don't cc php-announce@ - make it seperate mail
  Fixed res leak
  • Loading branch information
bjori committed Apr 17, 2015
2 parents 736b7cf + ffb7888 commit cac2f7e
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.RELEASE_PROCESS
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,14 @@ Getting the stable release announced

c. ``$PHP_X_MD5`` array and update all the md5 sums

d. set ``$PHP_X_RC`` to false!
d. ``$PHP_X_SHA256`` array and update all the SHA256 sums

e. Make sure there are no outdated "notes" or edited "date" keys in the
e. set ``$PHP_X_RC`` to false!

f. Make sure there are no outdated "notes" or edited "date" keys in the
``$RELEASES[X][$PHP_X_VERSION]["source"]`` array

f. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
g. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")

3. Create the release file (releases/x_y_z.php)
Usually we use the same content as for point 6, but included in php template
Expand Down Expand Up @@ -267,6 +269,9 @@ to upgrade.
9. Wait an hour or two, then send a mail to [email protected],
[email protected] and [email protected] with a text similar to
http://news.php.net/php.internals/17222.
Please make sure that the mail to php-announce@ is its own completely seperate email.
This is to make sure that repiles to the announcement on php-general@ or internals@
will not accidentally hit the php-announce@ mailinglist.

Re-releasing the same version (or -pl)
--------------------------------------
Expand All @@ -283,7 +288,9 @@ Re-releasing the same version (or -pl)

d. ``$PHP_X_MD5`` array and update all the md5 sums

e. Make sure there are no outdated "notes" or edited "date" keys in the
e. ``$PHP_X_SHA256`` array and update all the SHA256 sums

f. Make sure there are no outdated "notes" or edited "date" keys in the
``$RELEASES[X][$PHP_X_VERSION]["source"]`` array

3. Add a short notice to phpweb stating that there is a new release, and
Expand All @@ -300,3 +307,6 @@ to upgrade.
5. Wait an hour or two, then send a mail to [email protected],
[email protected] and [email protected] with a text similar to
the news entry.
Please make sure that the mail to php-announce@ is its own completely seperate email.
This is to make sure that repiles to the announcement on php-general@ or internals@
will not accidentally hit the php-announce@ mailinglist.

0 comments on commit cac2f7e

Please sign in to comment.