mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Update NEWS and UPGRADING
This commit is contained in:
parent
91fecd7673
commit
71b8f59ebb
2
NEWS
2
NEWS
@ -6,6 +6,8 @@ PHP NEWS
|
||||
- Core:
|
||||
. Added T_POW (**) operator
|
||||
(RFC: https://wiki.php.net/rfc/pow-operator). (Tjerk Meesters)
|
||||
. Implemented unified default encoding
|
||||
(RFC: https://wiki.php.net/rfc/default_encoding). (Yasuo Ohgaki)
|
||||
|
||||
- mysqli
|
||||
. Added new function mysqli_get_links_stats() as well as new INI variable
|
||||
|
@ -55,6 +55,10 @@ PHP X.Y UPGRADE NOTES
|
||||
- Added T_POW (**) operator.
|
||||
(https://wiki.php.net/rfc/pow-operator)
|
||||
|
||||
- Added unified default encoding. default_charset=UTF-8 and functions/extensions
|
||||
use encoding settings honor default_charset.
|
||||
(https://wiki.php.net/rfc/default_encoding)
|
||||
|
||||
- The php://input stream is now re-usable and can be used concurrently with
|
||||
enable_post_data_reading=0.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user