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

Ernesto Baschny [cron IT] ernst at cron-it.de
Thu Feb 25 16:55:13 CET 2010


Francois Suter schrieb am 25.02.2010 14:55:
> 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()?

So true! Also about the old habits.. :)

Thanks for spotting it. Fixed in:

- trunk (rev. 7034)
- TYPO3-4_3 (rev. 7035)
- TYPO3-4_2 (rev. 7036)
- TYPO3-4_1 (rev. 7037)

Cheers,
Ernesto



More information about the TYPO3-team-core mailing list