[TYPO3-core] RFC #13470: Session/Login not working in IE8 across subdomains

Francois Suter fsu-lists at cobweb.ch
Thu Feb 25 14:55:09 CET 2010


Hi Ernesto,

Unfortunately your patch makes use of the split() function which is 
deprecated in PHP 5.3. Old habits die hard, I guess ;-)

> - trunk (rev. 7027), will be in 4.4alpha2
> - TYPO3-4_3 (rev. 7028), will be in 4.3.3
> - TYPO3-4_2 (rev. 7029), will be in 4.2.13
> - TYPO3-4_1 (rev. 7030), will be (maybe) in 4.1.14.

I haven't looked in details if the use of split() appears in all 
versions, but could you please do a follow-up using explode() or 
t3lib_div::trimExplode() instead of split()?

Thanks

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


More information about the TYPO3-team-core mailing list