Bug #5839
PHP : Function ereg() is deprecated in /---path---/typo3conf/ext/tinymce_rte/class.ux_t3lib_parsehtml_proc.php line 62
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-12-23
Due date:
% Done:
0%
Estimated time:
Description
TYPO3 4.3.0
PHP 5.3.0
save a content element and open ist again (BE)
//with some crappy html in it
Updated by Philipp Gampe about 11 years ago
quickfix: replace ereg in this file with mb_ereg and it works again
Updated by Thomas Allmer about 11 years ago
- Status changed from New to Closed
all deprecated functions calls in typo3conf/ext/tinymce_rte/class.ux_t3lib_parsehtml_proc.php has been removed
pushed to github; will be in the next release