ZF-4079: Gdata YouTube VideoEntry getVideoTags
Description
in Zend/Gdata/YouTube/VideoEntry.php, in function getVideoTags(), the line: $keywordsString = (string) $keywords;
doesn't work on some PHP versions (on my installation, of PHP 5.1.4, it returns an object ID instead of the list of keywords).
I think it is safer to use: $keywordsString = $keywords->getText();
Comments
Posted by Jochen Hartmann (jhartmann) on 2008-11-05T17:19:04.000+0000
Fixed in r12317.
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:19.000+0000
Changing issues in preparation for the 1.7.0 release.