From: Frank Denis Date: Thu, 21 Feb 2019 15:47:18 +0000 (+0100) Subject: Merge branch 'PHP-7.4' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=099c9ab4222a16edde11d6ed6bb696376deb4bc3;p=php Merge branch 'PHP-7.4' * PHP-7.4: Fix bug #77646 --- 099c9ab4222a16edde11d6ed6bb696376deb4bc3 diff --cc NEWS index 1f1df23f08,309572d890..b0778a45d7 --- a/NEWS +++ b/NEWS @@@ -19,7 -71,40 +19,7 @@@ PH - phpdbg: . Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel) -- Sockets: - . Fixed bug #67619 (Validate length on socket_write). (thiagooak) - - sodium: - . Fixed bug #77646 (sign_detached() strings not terminated). (jedisct1) + . Fixed bug #77646 (sign_detached() strings not terminated). (Frank) -- SQLite3: - . Unbundled libsqlite. (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) - -- SPL: - . Fixed bug #77518 (SeekableIterator::seek() should accept 'int' typehint as - documented). (Nikita) - -- Standard: - . Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with - stream_socket_client). (Ville Hukkamäki) - . Implemented FR #38301 (field enclosure behavior in fputcsv). (cmb) - . Implemented FR #51496 (fgetcsv should take empty string as an escape). (cmb) - . Implemented FR #77377 (No way to handle CTRL+C in Windows). (Anatol) - -- Reflection: - . Fixed bug #76737 (Unserialized reflection objects are broken, they - shouldn't be serializable). (Nikita) - -- Tidy: - . Added TIDY_TAG_* constants for HTML5 elements. (cmb) - . Fixed bug #76736 (wrong reflection for tidy_get_head, tidy_get_html, - tidy_get_root, and tidy_getopt) (tandre) - -- WDDX: - . Deprecated the WDDX extension. (cmb) - <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>