Actions
Bug #2435
closedSquidGuard: Deprecated function 'eregi' warnings
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
squidguard
Target version:
-
Start date:
05/17/2012
Due date:
% Done:
0%
Estimated time:
0.10 h
Plus Target Version:
Affected Version:
2.1
Affected Plus Version:
Affected Architecture:
Description
In squidguard_configurator.inc, there are a number of uses of eregi()
which is now deprecated in PHP 5.3. This causes the crash reporter to prompt for this data to be submitted to the pfSense developers.
The fix for this should be simple, based on http://takien.com/513/how-to-fix-function-eregi-is-deprecated-in-php-5-3-0.php (and others).
Actions