Commit:    634a4c7c6c33993ec0a8d7460b9e3cb8019ba63c
Author:    Christoph M. Becker <[email protected]>         Fri, 21 Sep 2018 
12:26:09 +0200
Parents:   39d14f158c6d6136a1777eaa86e76bdcfbaed139
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=634a4c7c6c33993ec0a8d7460b9e3cb8019ba63c

Log:
Fix #76910: Typo in filename for tar.xz of 7.2.9 in releases json

Bugs:
https://bugs.php.net/76910

Changed paths:
  M  include/releases.inc


Diff:
diff --git a/include/releases.inc b/include/releases.inc
index 32ceacf..e0b424f 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -92,7 +92,7 @@ $OLDRELEASES = array (
         ),
         2 => 
         array (
-          'filename' => 'php-7.2.89tar.xz',
+          'filename' => 'php-7.2.9.tar.xz',
           'name' => 'PHP 7.2.9 (tar.xz)',
           'sha256' => 
'3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0',
           'date' => '16 Aug 2018',


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to