2015-07-21 22:36:36 +08:00
|
|
|
PHP NEWS
|
1999-07-23 07:54:54 +08:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2018-07-31 19:56:24 +08:00
|
|
|
?? ??? ????, PHP 7.4.0alpha1
|
2018-07-17 22:02:50 +08:00
|
|
|
|
2018-09-18 08:31:07 +08:00
|
|
|
- CURL:
|
|
|
|
. Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
|
|
|
|
(Pierrick)
|
2018-08-28 16:17:33 +08:00
|
|
|
|
2018-10-10 18:00:57 +08:00
|
|
|
- Date:
|
|
|
|
. Fixed bug #75232 (print_r of DateTime creating side-effect). (Nikita)
|
|
|
|
|
2018-05-15 05:25:37 +08:00
|
|
|
- GD:
|
|
|
|
. Fixed bug #76324 (cannot detect recent versions of freetype with
|
|
|
|
pkg-config). (Eli Schwartz)
|
|
|
|
|
2018-10-03 14:47:07 +08:00
|
|
|
- Hash:
|
|
|
|
. The hash extension is now an integral part of PHP and cannot be disabled
|
|
|
|
as per RFC: https://wiki.php.net/rfc/permanent_hash_ext. (Kalle)
|
|
|
|
|
2018-09-06 20:04:44 +08:00
|
|
|
- Intl:
|
|
|
|
. Lifted requirements to ICU ≥ 50.1. (cmb)
|
2018-09-15 20:37:55 +08:00
|
|
|
. Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8().
|
|
|
|
(cmb)
|
2018-09-06 20:04:44 +08:00
|
|
|
|
2018-10-01 13:24:04 +08:00
|
|
|
- PDO_OCI:
|
2018-10-01 13:52:22 +08:00
|
|
|
. Implemented FR #76908 (PDO_OCI getColumnMeta() not implemented).
|
2018-10-01 13:24:04 +08:00
|
|
|
(Valentin Collet, Chris Jones, Remi)
|
|
|
|
|
2018-09-21 21:00:07 +08:00
|
|
|
- PDO_SQLite:
|
|
|
|
. Implemented sqlite_stmt_readonly in PDO_SQLite. (BohwaZ)
|
2018-10-13 18:15:58 +08:00
|
|
|
. Lifted requirements to SQLite 3.5.0. (cmb)
|
2018-09-21 21:00:07 +08:00
|
|
|
|
2018-11-13 20:00:31 +08:00
|
|
|
- Sockets:
|
|
|
|
. Fixed bug #67619 (Validate length on socket_write). (thiagooak)
|
2017-07-19 00:00:34 +08:00
|
|
|
|
2018-09-16 05:12:25 +08:00
|
|
|
- SQLite3:
|
2018-10-06 18:44:50 +08:00
|
|
|
. Unbundled libsqlite. (cmb)
|
2018-10-13 18:15:58 +08:00
|
|
|
. Lifted requirements to SQLite 3.5.0. (cmb)
|
2018-11-11 21:55:34 +08:00
|
|
|
. Added support for the SQLite @name notation. (cmb, BohwaZ)
|
2018-09-16 05:12:25 +08:00
|
|
|
|
2018-08-29 22:12:18 +08:00
|
|
|
- Standard:
|
2018-10-13 20:17:28 +08:00
|
|
|
. Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
|
2018-08-29 05:26:13 +08:00
|
|
|
stream_socket_client). (Ville Hukkamäki)
|
2017-10-24 10:10:56 +08:00
|
|
|
|
2018-09-29 20:47:57 +08:00
|
|
|
- Reflection:
|
|
|
|
. Fixed bug #76737 (Unserialized reflection objects are broken, they
|
|
|
|
shouldn't be serializable). (Nikita)
|
|
|
|
|
2018-10-27 22:17:09 +08:00
|
|
|
- Tidy:
|
|
|
|
. Added TIDY_TAG_* constants for HTML5 elements. (cmb)
|
|
|
|
|
2013-05-17 17:22:04 +08:00
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|