[TYPO3-core] RFC #13060: htmlmail: deprecated message with PHP 5.3 for sql_regcase

"Martin Müller" bugreporters at gmx.de
Wed Jun 16 15:10:33 CEST 2010


Hi,

REMINDER - anyone for test and review please

all the best Martin


-------- Original-Nachricht --------
> Datum: Sat, 08 May 2010 15:41:40 +0200
> Von: "Martin Müller" <bugreporters at gmx.de>
> An: typo3-team-core at lists.typo3.org
> Betreff: [TYPO3-core] RFC #13060: htmlmail: deprecated message with PHP 5.3 for sql_regcase

> This is an SVN patch request.
> 
> Type: bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=13060
> 
> Branches:  trunk
> 
> Problem:
> If everyone use htmlmail an depricated message appears at PHP 5.3 because
> sql_regcase() is used at function tag_regex().
> 
> Solution:
> 
> There is no need to use that function "sql_regcase()". The function
> "tag_regex()" produces an regex string which is used for preg_split() at htmlmail
> class. The intent is to produce a Regex with case insensitiv characters.
> 
> Remove sql_regcase and use regex modifier instead.
> 
> 
> Notes: No
> 
> Regards Martin


-- 
GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl.  
Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl


More information about the TYPO3-team-core mailing list