2020年11月30日 星期一

PHP 8.0 Released


PHP 8.0 有一些弱型別比對結果的異動,
Backward Incompatible Changes
像本來 0 == "" 是成立的,但在 8.0 不成立

PHP 7 與 PHP 8 的比較

遷移指南

 

沒有留言:

New SSH client to old SSH server

從新版 SSH 8.x 連到舊版 6.x SSH server 若出現 Unable to negotiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss ...