Debian Linux 由 jessie 一路升級到 buster,PHP 也由 7.1、7.2 升級到 7.3,有哪些要注意的事項呢?
- 註:此篇還是採用 mod-php 的方式,不過 PHP 升級該注意的事項都是一樣的
個人筆記, 記錄關於 系統、程式、新聞 與 日常生活 等資訊
Debian Linux 由 jessie 一路升級到 buster,PHP 也由 7.1、7.2 升級到 7.3,有哪些要注意的事項呢?
PHP PECL 升級時,遇到下述錯誤訊息:
pear.php.net is using a unsupported protocol - This should never happen.
upgrade failed
要如何修復呢?
PHP 升級 PECL 遇到下述訊息:
$ sudo pecl upgrade
Warning: Invalid argument supplied for foreach() in Command.php on line 249
PHP Warning: Invalid argument supplied for foreach() in /usr/share/php/PEAR/Command.php on line 249Warning: Invalid argument supplied for foreach() in Command.php on line 249
PHP Warning: Invalid argument supplied for foreach() in /usr/share/php/PEAR/Command.php on line 249Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 249
PHP Warning: Invalid argument supplied for foreach() in /usr/share/php/PEAR/Command.php on line 249Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 249
PHP Warning: Invalid argument supplied for foreach() in /usr/share/php/PEAR/Command.php on line 249XML Extension not found
要如何修復呢?
Mac 舊版的重灌後,想要升級系統,於 App Store 就可以升級,但是馬上遇到的就是,兩階段認證(Apple ID 雙重認證)跳不出來,一直無法登入的狀況,要怎麼解決呢?
Debian Linux 已安裝的套件,想要有新的安全性更新時,會自動下載並套件,可以怎麼做呢?
Ubuntu Linux 從 17.10 已經是 GNOME,所以升級到 18.04 感覺沒什麼特別差異。
Python 常常使用 easy_install、pip 安裝套件,但是要怎麼確保這些套件都是安全的呢?有安全漏洞要怎麼知道呢?
Debian Linux 於 Jessie 的版本,想要安裝 Stretch 的套件,要怎麼做呢?
Firefox 使用上最大的問題還是在速度慢,但是在 Firefox 57 後,速度有非常大的提昇,甚至有些比 Chrome 都還快。
有些常用功能,也內建在 Firefox 原生裡面 (ex: 抓圖、截圖,於網址列最右邊有個 ... 點下去,進階功能都在裡面)
Facebook 的 API v2.4 於 2017/10/9 就不支援了,需要升級上去,要升級就乾脆升級到最新的 v2.10,但是卻遇到下述錯誤:(使用 PHP SDK:php-graph-sdk)
Graph returned an error: Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request,
註:於測試環境都正常,但是上線後卻都無法登入成功