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)
Updated by Kirill Klimov over 18 years ago
1. Some text should be added that regular expression should be used
2. some checks could be added (more refined solution then output suppression)
3. why eregi, but not preg_match ?
Updated by Christian Kuhn over 16 years ago
Confirmed in 4.2.1
The lowlevel extension (DB check in menu) is meant here, submodule "Find filename"
Actions