php-src/NEWS

38 lines
1.3 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)
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)
2015-12-17 09:44:24 +00:00
- PDO_Firebird:
2015-12-03 15:30:35 +00:00
. Fixed bug #60052 (Integer returned as a 64bit integer on X64_86). (Mariuz)
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)
- SQLite3:
. Implemented FR #71159 (Upgraed 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)
. 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! >>>