From: Christoph M. Becker Date: Thu, 24 Jan 2019 12:09:18 +0000 (+0100) Subject: Improve wording X-Git-Tag: php-7.4.0alpha1~1167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f3880c62f0f87f9396b215e36c5eb228ab5711f;p=php Improve wording As suggested by Tom Sommer[1]. [1] --- diff --git a/NEWS b/NEWS index 2376e3c649..6c422923c7 100644 --- a/NEWS +++ b/NEWS @@ -36,7 +36,7 @@ PHP NEWS as per RFC: https://wiki.php.net/rfc/permanent_hash_ext. (Kalle) - Intl: - . Lifted requirements to ICU ≥ 50.1. (cmb) + . Raised requirements to ICU ≥ 50.1. (cmb) . Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8(). (cmb) @@ -54,14 +54,14 @@ PHP NEWS - PDO_SQLite: . Implemented sqlite_stmt_readonly in PDO_SQLite. (BohwaZ) - . Lifted requirements to SQLite 3.5.0. (cmb) + . Raised requirements to SQLite 3.5.0. (cmb) - Sockets: . Fixed bug #67619 (Validate length on socket_write). (thiagooak) - SQLite3: . Unbundled libsqlite. (cmb) - . Lifted requirements to SQLite 3.7.4. (cmb) + . Raised requirements to SQLite 3.7.4. (cmb) . Forbid (un)serialization of SQLite3, SQLite3Stmt and SQLite3Result. (cmb) . Added support for the SQLite @name notation. (cmb, BohwaZ) . Added SQLite3Stmt::getSQL() to retrieve the SQL of the statement. (Bohwaz)