Commit: e42d4b860e2ff4bf1fd9bbd1126a50cebb391974 Author: Anatol Belski <[email protected]> Thu, 1 Mar 2018 12:47:37 +0100 Parents: 51f704edd60a5da36089720b072a7c967de28352 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e42d4b860e2ff4bf1fd9bbd1126a50cebb391974 Log: Fix wording Changed paths: M archive/entries/2018-03-01-1.xml M releases/7_0_28.php Diff: diff --git a/archive/entries/2018-03-01-1.xml b/archive/entries/2018-03-01-1.xml index ec7fc97..7fb0a96 100644 --- a/archive/entries/2018-03-01-1.xml +++ b/archive/entries/2018-03-01-1.xml @@ -11,7 +11,7 @@ <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> <p>The PHP development team announces the immediate availability of PHP - 7.0.28. This is a security release. Several security bugs were fixed in + 7.0.28. This is a security release. One security bug were fixed in this release. All PHP 7.0 users are encouraged to upgrade to this version.</p> diff --git a/releases/7_0_28.php b/releases/7_0_28.php index 26165a7..08b62ee 100644 --- a/releases/7_0_28.php +++ b/releases/7_0_28.php @@ -8,7 +8,7 @@ site_header("PHP 7.0.28 Release Announcement"); <h1>PHP 7.0.28 Release Announcement</h1> <p>The PHP development team announces the immediate availability of PHP - 7.0.28. This is a security release. Several security bugs were fixed in + 7.0.28. This is a security release. One security bug were fixed in this release. All PHP 7.0 users are encouraged to upgrade to this version. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
