]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4'
authorFrank Denis <github@pureftpd.org>
Thu, 21 Feb 2019 15:47:18 +0000 (16:47 +0100)
committerFrank Denis <github@pureftpd.org>
Thu, 21 Feb 2019 15:47:18 +0000 (16:47 +0100)
* PHP-7.4:
  Fix bug #77646

1  2 
NEWS

diff --cc NEWS
index 1f1df23f082a441d802a1c38e5f17feae7ebf10c,309572d890087ba6862344ddc9c9f1f76c2d7001..b0778a45d7aea7f07d47199af75c72c1f0460033
--- 1/NEWS
--- 2/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! >>>