| Author | Topic |
|---|---|
|
|
ereg/eregi function not supported in PHP 5.3.x
Sat Sep 18, 10 - 23:15 Hi, Appears to be a problem with the version of php that was used to code. I am using php v 5.3.0, and I am receiving the following: Deprecated: Function eregi() is deprecated in "menu.php" on line 79 Deprecated: Function eregi_replace() is deprecated in "templatefonctions.php" on line 67 Deprecated: Function eregi() is deprecated in "index.php" on line 346 Deprecated: Function eregi() is deprecated in "index.php" on line 347 I know it is down to "ereg" family of functions being removed and replaced with "preg". Please do you have a code fix for the above?
Kind Regards Brian
|
| davaze |
ereg/eregi function not supported in PHP 5.3.x
Fri Apr 15, 11 - 12:26 I have the same problems. Did somebody already replaced all the Deprecated functions? Please share if you did. |
|
muwo
|
ereg/eregi function not supported in PHP 5.3.x
Thu Mar 08, 12 - 08:37 |
| shelderman |
ereg/eregi function not supported in PHP 5.3.x
Sun Mar 18, 12 - 21:13
I would like to know also
|