CakePHP2.xとPHP5.4を使用していますが、次のエラーが発生します。
Strict (2048): Only variables should be passed by reference [APP/Controller/Component/AttachmentComponent.php, line 106]
Strict (2048): Only variables should be passed by reference [APP/Controller/Component/AttachmentComponent.php, line 169]
Strict (2048): Only variables should be passed by reference [APP/Controller/Component/AttachmentComponent.php, line 169]
https://github.com/tute/Thumbnail-component-for-CakePHP/tree/cake2
php 5.3では、すべてが正常に機能します。どうすればこれを修正できますか?