Project

General

Profile

Actions

Bug #15926

closed

DB Check: "Find Filename" gives Warning: eregi(): REG_BADRPT

Added by Dmitry Pikhno over 18 years ago. Updated about 14 years ago.

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #19728: ereg* is deprecated in PHP 5.3 alpha3ClosedKarsten Dambekalns2008-12-21

Actions
Actions #1

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 ?

Actions #2

Updated by Christian Kuhn about 16 years ago

Confirmed in 4.2.1

The lowlevel extension (DB check in menu) is meant here, submodule "Find filename"

Actions #3

Updated by Chris topher about 14 years ago

Solved with #19728.

Actions

Also available in: Atom PDF