Commit: cafbcf953510c30150459c91d78b796b591781e3 Author: Christoph M. Becker <[email protected]> Thu, 27 Sep 2018 16:30:55 +0200 Parents: 634a4c7c6c33993ec0a8d7460b9e3cb8019ba63c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cafbcf953510c30150459c91d78b796b591781e3 Log: Fix #76941: Typo in 5.5.24 download paragraph Bugs: https://bugs.php.net/76941 Changed paths: M include/releases.inc Diff: diff --git a/include/releases.inc b/include/releases.inc index e0b424f..e106a67 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -3587,7 +3587,7 @@ $OLDRELEASES = array ( 1 => array ( 'filename' => 'php-5.5.24.tar.gz', - 'name' => 'PHP 5.6.24 (tar.gz)', + 'name' => 'PHP 5.5.24 (tar.gz)', 'sha256' => '43e6b83fe8151f8d2062ca4da915312fc92e47789801049231c705a8b29b05bc', 'date' => '16 Apr 2015', ), -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
