Skip to content

Commit 6f3880c

Browse files
committed
Improve wording
As suggested by Tom Sommer[1]. [1] <8a4c2f1#r32037340>
1 parent d7480bd commit 6f3880c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ PHP NEWS
3636
as per RFC: https://wiki.php.net/rfc/permanent_hash_ext. (Kalle)
3737

3838
- Intl:
39-
. Lifted requirements to ICU ≥ 50.1. (cmb)
39+
. Raised requirements to ICU ≥ 50.1. (cmb)
4040
. Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8().
4141
(cmb)
4242

@@ -54,14 +54,14 @@ PHP NEWS
5454

5555
- PDO_SQLite:
5656
. Implemented sqlite_stmt_readonly in PDO_SQLite. (BohwaZ)
57-
. Lifted requirements to SQLite 3.5.0. (cmb)
57+
. Raised requirements to SQLite 3.5.0. (cmb)
5858

5959
- Sockets:
6060
. Fixed bug #67619 (Validate length on socket_write). (thiagooak)
6161

6262
- SQLite3:
6363
. Unbundled libsqlite. (cmb)
64-
. Lifted requirements to SQLite 3.7.4. (cmb)
64+
. Raised requirements to SQLite 3.7.4. (cmb)
6565
. Forbid (un)serialization of SQLite3, SQLite3Stmt and SQLite3Result. (cmb)
6666
. Added support for the SQLite @name notation. (cmb, BohwaZ)
6767
. Added SQLite3Stmt::getSQL() to retrieve the SQL of the statement. (Bohwaz)

0 commit comments

Comments
 (0)