|
|
| |
1. TextSearch.class.php |
|
Reply |
|
|
 Luke Up | 2012-05-24 14:28:07 |
Hi, I receive the follwoing message:
PHP Strict Standards: Only variables should be passed by reference in C:\0-cpstat-new\TextSearch.class.php on line 133
running from CLI. Works in 5.3
|
| |
2. Re: TextSearch.class.php |
|
Reply |
|
|
 Luke Up | 2012-05-24 15:18:44 - In reply to message 1 from Luke Up |
error_reporting(E_ALL ^ E_STRICT);
Will hide the errors. |
|