php-src/NEWS

45 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-07-21 14:36:36 +00:00
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2018-07-31 11:56:24 +00:00
?? ??? ????, PHP 7.4.0alpha1
2018-07-17 14:02:50 +00:00
2018-09-18 00:31:07 +00:00
- CURL:
. Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
(Pierrick)
2018-08-28 08:17:33 +00:00
2018-10-10 10:00:57 +00:00
- Date:
. Fixed bug #75232 (print_r of DateTime creating side-effect). (Nikita)
- 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 05:24:04 +00:00
- PDO_OCI:
2018-10-01 05:52:22 +00:00
. Implemented FR #76908 (PDO_OCI getColumnMeta() not implemented).
2018-10-01 05:24:04 +00:00
(Valentin Collet, Chris Jones, Remi)
2018-09-21 13:00:07 +00:00
- PDO_SQLite:
. Implemented sqlite_stmt_readonly in PDO_SQLite. (BohwaZ)
. Lifted requirements to SQLite 3.5.0. (cmb)
2018-09-21 13:00:07 +00:00
2018-09-15 21:12:25 +00:00
- SQLite3:
. Unbundled libsqlite. (cmb)
. Lifted requirements to SQLite 3.5.0. (cmb)
2018-09-15 21:12:25 +00:00
2018-08-29 14:12:18 +00:00
- Standard:
. Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
2018-08-28 21:26:13 +00: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! >>>