10月 24

Windows版のXAMPPでは、PHPのタイムゾーンがベルリンになっている。
下記を設定に加えて、Apacheの再起動が必要。

・php.ini
[Date]
date.timezone = Asia/Tokyo

10月 12

MySQL5.0から5.1のバージョンアップに伴って、いくつかのパラメーター名が変更になっている。

[mysqld]
[旧]default-character-set=utf8
[新]character-set-server=utf8

[mysqld]
[旧]log_slow_queries
[新]slow_query_log=on
[新]slow_query_log_file=mysql-slow.log

[mysqld]
[旧]log-long-format
[新]不要

[mysql]
[変更なし]default-character-set=utf8