Categories > TinyButStrong general >

Strict Standards

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Marcos Neves
Date: 2005-04-20
Time: 13:55

Strict Standards

Strict Standards: Only variable references should be returned by reference in D:\php\localhost\dev\tbs_class.php on line 1094 and line 1083.

The problem is the definition of the method:
function &meth_Locator_FindBlockNext(...

and should be:
function meth_Locator_FindBlockNext(...

using tbs_class_php5.php

The same can happen with other methods
By: Skrol29
Date: 2005-04-20
Time: 14:03

Re: Strict Standards

Thanks for this report Marcos.

It is fixed now.
TBS 2.02.1.1 for PHP 5 is available yet.
By: Marcos Neves
Date: 2005-04-20
Time: 14:13

Re: Strict Standards

Thanks you! :)
Where can I download it?
By: Skrol29
Date: 2005-04-20
Time: 14:17

Re: Strict Standards

At the download page.
New version is not notified but if you download the normal version you will have the patched one.