[Zend Framework] Zend_Gdata: Strict Standards: Declaration of Zend_Gdata::import()
調べたところ、PHP5で推奨されていないスクリプトが使われているということのようでした。
[markdown]
こんなエラー。
“`
Strict Standards: Declaration of Zend_Gdata::import() should be compatible with Zend_Gdata_App::import($uri, $client = NULL, $className = ‘Zend_Gdata…’, $useObjectMapping = true) in /usr/local/zend/share/ZendFramework/library/Zend/Gdata.php on line 45
“`
1.12.4 で解決されるそうです。
言及されているサイト
> * Zend_Gdata で Declaration of … should be compatible with that of … が出る問題 – tkuchikiの日記
> * PHP E_STRICTで表示されるエラーメッセージを調べてみた – Shin x blog
> * Zend_Gdata::import() should be compatible with that of Zend_Gdata_App::import() · Issue #56 · zendframework/zf1 · GitHub
というか、GitHubにzf1もあったのか。。。
[/markdown]