PHP5.4.0でなぞのエラー

PHP5.4.0にCakeをいれたら。。


Strict Standards: Redefining already defined constructor for class Object in /path/to/cakephp1/cake/libs/object.php on line 54

Strict Standards: Non-static method Configure::getInstance() should not be called statically in /path/to/cakephp1/cake/bootstrap.php on line 38

環境移行時にこのエラーが出て何ぞと思ったら、
エラー出力レベルの問題だった。
PHP5.4 ビルトインサーバで CakePHP を試食する(CakePHP Advent Calendar 2011 4日目) - Shin x blog



あと、
Error: The requested address '' was not found on this server.
このエラーもでる。

http://d.hatena.ne.jp/foldrr/20090730/p3
原因は多分キャッシュの問題。

つーかCakeは1.2なのにPHPは5.4って怖いから結局5.2いれたw