php-src/NEWS

58 lines
2.2 KiB
Plaintext
Raw Normal View History

2015-07-21 14:36:36 +00:00
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-09-14 20:45:28 +00:00
?? ??? 2016, PHP 7.1.0
2015-09-03 17:04:39 +00:00
2015-12-17 09:44:24 +00:00
- Core:
. Fixed bug #62210 (Exceptions can leak temporary variables). (Dmitry, Bob)
. Fixed bug #69989 (Generators don't participate in cycle GC). (Nikita)
. Fixed buf #71572 (String offset assignment from an empty string inserts
null byte). (Francois)
2015-12-08 09:44:51 +00:00
. Implemented the RFC `Support Class Constant Visibility`. (Sean DuBois,
Reeze Xia, Dmitry)
2015-10-14 18:15:32 +00:00
. Added void return type. (Andrea)
2015-12-15 11:28:54 +00:00
- FTP:
. Implemented FR #55651 (Option to ignore the returned FTP PASV address).
(abrender at elitehosts dot com)
2015-12-17 09:44:24 +00:00
- Hash:
. Added SHA3 fixed mode algorithms (224, 256, 384, and 512 bit). (Sara)
2016-01-22 19:39:16 +00:00
- JSON:
. Escaped U+2028 and U+2029 when JSON_UNESCAPED_UNICODE is supplied as
json_encode options and added JSON_UNESCAPED_LINE_TERMINATORS to restore
the previous behaviour. (Eddie Kohler)
2015-12-17 09:44:24 +00:00
- PDO_Firebird:
2016-01-11 13:29:05 +00:00
. Fixed bug #60052 (Integer returned as a 64bit integer on X86_64). (Mariuz)
2015-12-03 15:30:35 +00:00
2015-12-17 09:44:24 +00:00
- Pgsql:
2015-12-18 04:09:30 +00:00
. Implemented FR #31021 (pg_last_notice() is needed to get all notice
2015-12-17 09:44:24 +00:00
messages). (Yasuo)
. Implemented FR #48532 (Allow pg_fetch_all() to index numerically). (Yasuo)
2016-01-29 10:11:53 +00:00
- Session:
2016-02-04 23:13:19 +00:00
. Improved fix for bug #68063 (Empty session IDs do still start sessions).
(Yasuo)
2016-01-29 10:11:53 +00:00
. Fixed bug #71038 (session_start() returns TRUE on failure).
Session save handlers must return 'string' always for successful read.
i.e. Non-existing session read must return empty string. PHP 7.0 is made
not to tolerate buggy return value. (Yasuo)
2016-02-04 23:13:19 +00:00
. Fixed bug #71394 (session_regenerate_id() must close opened session on
errors). (Yasuo)
2016-01-29 10:11:53 +00:00
- SQLite3:
2015-12-20 02:40:58 +00:00
. Implemented FR #71159 (Upgraded bundled SQLite lib to 3.9.2). (Laruence)
2015-12-17 09:44:24 +00:00
- Standard:
. Fixed bug #71100 (long2ip() doesn't accept integers in strict mode).
(Laruence)
2015-12-03 16:01:22 +00:00
. Implemented FR #55716 (Add an option to pass a custom stream context to
get_headers()). (Ferenc)
2015-12-22 17:12:46 +00:00
. Additional validation for parse_url() for login/pass components).
(Ilia) (Julien)
2015-12-03 16:01:22 +00:00
. Implemented FR #69359 (Provide a way to fetch the current environment
variables). (Ferenc)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>