- 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! >>>