File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ PHP NEWS
36
36
as per RFC: https://wiki.php.net/rfc/permanent_hash_ext. (Kalle)
37
37
38
38
- Intl:
39
- . Lifted requirements to ICU ≥ 50.1. (cmb)
39
+ . Raised requirements to ICU ≥ 50.1. (cmb)
40
40
. Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8().
41
41
(cmb)
42
42
@@ -54,14 +54,14 @@ PHP NEWS
54
54
55
55
- PDO_SQLite:
56
56
. 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)
58
58
59
59
- Sockets:
60
60
. Fixed bug #67619 (Validate length on socket_write). (thiagooak)
61
61
62
62
- SQLite3:
63
63
. Unbundled libsqlite. (cmb)
64
- . Lifted requirements to SQLite 3.7.4. (cmb)
64
+ . Raised requirements to SQLite 3.7.4. (cmb)
65
65
. Forbid (un)serialization of SQLite3, SQLite3Stmt and SQLite3Result. (cmb)
66
66
. Added support for the SQLite @name notation. (cmb, BohwaZ)
67
67
. Added SQLite3Stmt::getSQL() to retrieve the SQL of the statement. (Bohwaz)
You can’t perform that action at this time.
0 commit comments