tkuchikiの日記

新ブログ https://blog.tkuchiki.net

2013-06-05から1日間の記事一覧

Zend_Gdata で Declaration of ... should be compatible with that of ... が出る問題

PHP 5 で、Zend_Gdata(1.12.3) を使っていたら以下の様なエラーが。 Declaration of Zend_Gdata::import() should be compatible with Zend_Gdata_App::import($uri, $client = NULL, $className = 'Zend_Gdata...', $useObjectMapping = true)なんだこれと…