php-src/NEWS

53 lines
1.6 KiB
Plaintext
Raw Normal View History

2015-07-21 22:36:36 +08:00
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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)
- GD:
. Fixed bug #76324 (cannot detect recent versions of freetype with
pkg-config). (Eli Schwartz)
- 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)
- Intl:
. Lifted requirements to ICU ≥ 50.1. (cmb)
. Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8().
(cmb)
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)
. Lifted requirements to SQLite 3.5.0. (cmb)
2018-09-21 21:00:07 +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:
. Unbundled libsqlite. (cmb)
. Lifted requirements to SQLite 3.5.0. (cmb)
. 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:
. 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)
- Reflection:
. Fixed bug #76737 (Unserialized reflection objects are broken, they
shouldn't be serializable). (Nikita)
- Tidy:
. Added TIDY_TAG_* constants for HTML5 elements. (cmb)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>