@@ -200,12 +200,14 @@ Getting the stable release announced
200
200
201
201
c. ``$PHP_X_MD5`` array and update all the md5 sums
202
202
203
- d. set ``$PHP_X_RC `` to false!
203
+ d. ``$PHP_X_SHA256 `` array and update all the SHA256 sums
204
204
205
- e. Make sure there are no outdated "notes" or edited "date" keys in the
205
+ e. set ``$PHP_X_RC`` to false!
206
+
207
+ f. Make sure there are no outdated "notes" or edited "date" keys in the
206
208
``$RELEASES[X][$PHP_X_VERSION]["source"]`` array
207
209
208
- f . if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
210
+ g . if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
209
211
210
212
3. Create the release file (releases/x_y_z.php)
211
213
Usually we use the same content as for point 6, but included in php template
@@ -254,6 +256,9 @@ to upgrade.
254
256
9. Wait an hour or two, then send a mail to
[email protected] ,
255
257
256
258
http://news.php.net/php.internals/17222.
259
+ Please make sure that the mail to php-announce@ is its own completely seperate email.
260
+ This is to make sure that repiles to the announcement on php-general@ or internals@
261
+ will not accidentally hit the php-announce@ mailinglist.
257
262
258
263
Re-releasing the same version (or -pl)
259
264
--------------------------------------
@@ -270,7 +275,9 @@ Re-releasing the same version (or -pl)
270
275
271
276
d. ``$PHP_X_MD5`` array and update all the md5 sums
272
277
273
- e. Make sure there are no outdated "notes" or edited "date" keys in the
278
+ e. ``$PHP_X_SHA256`` array and update all the SHA256 sums
279
+
280
+ f. Make sure there are no outdated "notes" or edited "date" keys in the
274
281
``$RELEASES[X][$PHP_X_VERSION]["source"]`` array
275
282
276
283
3. Add a short notice to phpweb stating that there is a new release, and
@@ -287,3 +294,6 @@ to upgrade.
287
294
5. Wait an hour or two, then send a mail to
[email protected] ,
288
295
289
296
the news entry.
297
+ Please make sure that the mail to php-announce@ is its own completely seperate email.
298
+ This is to make sure that repiles to the announcement on php-general@ or internals@
299
+ will not accidentally hit the php-announce@ mailinglist.
0 commit comments