ZF-7325: Replace calls to split() in Zend_Gdata with calls to explode() or preg_spllit().
commitcc110429f4fa8c0ad98136c856f9c6c5e9bcc28c
authortjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Tue, 21 Jul 2009 22:49:14 +0000 (21 22:49 +0000)
committertjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Tue, 21 Jul 2009 22:49:14 +0000 (21 22:49 +0000)
tree28260a182614d6a72e8b99bbf752926e748fa499
parent46c53c75d0a721634d2cc3b167b080b6691622fc
ZF-7325: Replace calls to split() in Zend_Gdata with calls to explode() or preg_spllit().

The split() function is depreciated as of PHP 5.3.0.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16937 44c647ce-9c0f-0410-b52a-842ac1e357ba
demos/Zend/Gdata/Blogger.php
demos/Zend/Gdata/Gbase.php
demos/Zend/Gdata/MyLibrary/demo.php
demos/Zend/Gdata/Spreadsheet-ClientLogin.php
library/Zend/Gdata/YouTube/VideoEntry.php
tests/Zend/Gdata/YouTube/VideoEntryTest.php