Bug #7619
PHP 5.3 deprecated ereg_replace
| Status: | Resolved | Start date: | 2010-05-04 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Ivan Dharma Kartolo | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | PHP Version: | |||
| Votes: | 0 |
Description
Not a "real" bug, but it would be nice if the use of the function "ereg_replace" could be removed from "class.tx_directmail_static.php" on line 569.
See attached patch which replaces the "ereg_replace" with a "str_replace".
Associated revisions
Bug #7619: deprecated ereg_replace is replaced with str_replace
Bug #7619: deprecated ereg_replace is replaced with str_replace
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/direct_mail/trunk@33525 735d13b6-9817-0410-8766-e36946ffe9aa
History
Updated by Ivan Dharma Kartolo about 3 years ago
- Status changed from New to Resolved
- Assignee set to Ivan Dharma Kartolo
fixed in SVN.
Thank you for reporting