Commit Graph

2 Commits

Author SHA1 Message Date
weryques a80d64cfb8 Fixes incompatibilities with older versions of PHP
FILE: tainacan/src/importer/class-tainacan-importer.php
-----------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------
 603 | ERROR | 'int' type declaration is not present in PHP version 5.6 or earlier
 616 | ERROR | 'int' type declaration is not present in PHP version 5.6 or earlier
 616 | ERROR | 'int' type declaration is not present in PHP version 5.6 or earlier
-----------------------------------------------------------------------------------

FILE: tainacan/src/classes/class-tainacan-elastic-press.php
----------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------
 16 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and
    |       | prohibited since PHP 5.4
 24 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and
    |       | prohibited since PHP 5.4
----------------------------------------------------------------------------------------

FILE: tainacan/src/classes/class-tainacan-bulk-edit.php
----------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------
 78 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and
    |       | prohibited since PHP 5.4
 85 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and
    |       | prohibited since PHP 5.4
----------------------------------------------------------------------------------------
2018-08-02 08:57:32 -03:00
weryques c410b3cfa8 Now tainacan is compatible with php 5.6 or greater 2018-05-21 13:56:50 -03:00