mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Improve wording
As suggested by Tom Sommer[1].
[1] <8a4c2f1621 (r32037340)
>
This commit is contained in:
parent
d7480bda76
commit
6f3880c62f
6
NEWS
6
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)
|
||||
|
Loading…
Reference in New Issue
Block a user