今天終於把部落格升級了,順便也把一干軟體統統升級個夠…

  • mysql 4.1.21 升級 5.0.27
  • php 4.4.4 升級 5.2.0
  • apache 2.0.59 升級 2.2.4
  • activeperl 5.8.7 升級 5.8.8 (這不是WordPress必要的)

WordPress 由 1.5.2 升級 2.1.0,只要跑一次 wp-admin/upgrade.php 就好了,plugin 要一個一個試看看比較複雜;由於是在另一台試,好了再切換電腦上線,所以外部連進來沒什麼中斷的感覺. php 的部份有個地方要特別記一下,5.0 以上版本 php.ini 中要加上時區的設定,不然沒有時區會以 gmt 為主,某些時間顯示會少 8 小時
[date]
date.timezone = Asia/Taipei

記憶用量少了,而且速度好像更快了些,看起來蠻 ok 的,如果有發現什麼問題請告知.

升級最大理由是:新出的 plugin 都指名要 2.x,不升級就沒得用啦.

UPDATE — 2/21/2007

本格又升級 WordPress 2.1.1 了.
“Version 2.1.1 includes about 30 bug fixes, mostly minor things around encoding, XML-RPC, the object cache, and HTML code.”

UPDATE — 3/3/2007

又來了,WordPress 2.1.1 dangerous, Upgrade to 2.1.2 — “This morning we received a note to our security mailing address about unusual and highly exploitable code in WordPress. The issue was investigated, and it appeared that the 2.1.1 download had been modified from its original code. We took the website down immediately to investigate what happened.”

UPDATE — 4/4/2007

WordPress 2.1.3 — include fixes for several publicly known minor XSS issues, one major XML-RPC issue, and a proactive full sweep of the WordPress codebase to protect against future problems.