Actions
Bug #15926
closedDB Check: "Find Filename" gives Warning: eregi(): REG_BADRPT
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2006-03-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
in case when i trying to put *.* in search filed i get following warnings
Warning: eregi(): REG_BADRPT in .... /typo3/sysext/lowlevel/dbint/index.php on line 617
...........
it could be fixed in (surprise!) /typo3/sysext/lowlevel/dbint/index.php on line 617: @eregi() instead of eregi().
some users doesn't know perl syntax and if they try searching with common patterns that will cause to page crush
(issue imported from #M3028)
Actions