Bug #2435
SquidGuard: Deprecated function 'eregi' warnings
| Status: | Resolved | Start date: | 05/17/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | squidguard | |||
| Target version: | - | Estimated time: | 0.10 hour | |
| Affected version: | 2.1 | 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).
History
#1
Updated by Carlos Cesario 11 months ago
#2
Updated by Moshe Katz 11 months ago
@Carlos It looks like you found them all. I don't see any more errors anyway.