Commit: 512f8ccdbd3b2cebb0ea62f9e4ba3812b25c07f3 Author: Julien Pauli <[email protected]> Thu, 21 Jul 2016 19:42:57 +0200 Parents: 3e42d816a8a6b3f7b7adf447ebc03fa49f755781 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=512f8ccdbd3b2cebb0ea62f9e4ba3812b25c07f3 Log: Fix in 5.5.38 announce Changed paths: M archive/entries/2016-07-21-2.xml M releases/5_5_38.php Diff: diff --git a/archive/entries/2016-07-21-2.xml b/archive/entries/2016-07-21-2.xml index f983481..e0888e7 100644 --- a/archive/entries/2016-07-21-2.xml +++ b/archive/entries/2016-07-21-2.xml @@ -16,7 +16,7 @@ </p> <p>All PHP 5.5 users are encouraged to upgrade to this version.</p> - <p>For source downloads of PHP 5.5.37 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.</p> + <p>For source downloads of PHP 5.5.38 please visit our downloads page, Windows source and binaries can be found on <a href="windows.php.net/download/"> windows.php.net/download</a>. The list of changes is recorded in the <a href="http://php.net/ChangeLog-5.php#5.5.38">ChangeLog</a>.</p> <p> Note that according to <a href="http://www.php.net/supported-versions.php">our release schedule</a>, PHP 5.5.38 is the last release of the PHP 5.5 branch. diff --git a/releases/5_5_38.php b/releases/5_5_38.php index 8b55e77..c14d14a 100644 --- a/releases/5_5_38.php +++ b/releases/5_5_38.php @@ -13,7 +13,7 @@ site_header("PHP 5.5.38 Release Announcement"); <p>All PHP 5.5 users are encouraged to upgrade to this version.</p> - <p>For source downloads of PHP 5.5.37 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.</p> + <p>For source downloads of PHP 5.5.38 please visit our downloads page, Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. The list of changes is recorded in the <a href="http://php.net/ChangeLog-5.php#5.5.38">ChangeLog</a>.</p> <p> Note that according to <a href="http://www.php.net/supported-versions.php">our release schedule</a>, PHP 5.5.38 is the last release of the PHP 5.5 branch. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
