PHP Classes

TextSearch.class.php

Recommend this page to a friend!

      Text Search Replace  >  All threads  >  TextSearch.class.php  >  (Un) Subscribe thread alerts  
Subject:TextSearch.class.php
Summary:Seems to be broken in PHP 5.4.3
Messages:2
Author:Luke Up
Date:2012-05-24 14:28:07
Update:2012-05-24 15:18:44
 

  1. TextSearch.class.php   Reply   Report abuse  
Picture of Luke Up 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   Report abuse  
Picture of Luke Up 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.