View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
19632Bug reportsOtherpublic2024-08-15 13:23
Reportertibor.pacalat Assigned Togabrieljenik  
PrioritynoneSeverityminor 
Status assignedResolutionopen 
Product Version6.5.x 
Summary19632: Make Limesurvey compatible with php8.3
Description

We need to make Limesurvey compatible with php8.3

https://www.atatus.com/blog/tools-to-check-php8-compatibility/#php-compatibility-checker

Subtasks:

  1. Update github workflow to use 8.3
  2. Run compatibility checker and document what needs to be addressed
  3. Make necessary changes

Let me know if you require more tickets for this task.

Steps To Reproduce

Steps to reproduce

(Replace this text with detailed step-by-step instructions on how to reproduce the issue)

Expected result

(Write here what you expected to happen)

Actual result

(Write here what happened instead)

TagsNo tags attached.
Bug heat6
Complete LimeSurvey version number (& build)6.5.14+240624
I will donate to the project if issue is resolvedNo
Browser
Database type & version.
Server OS (if known)
Webserver software & version (if known)
PHP Version.

Relationships

related to 19487 new Creation of dynamic property ExpressionManager::$substitutionVars is deprecated 
related to 19550 assignedtibor.pacalat Calling get_class() without arguments is deprecated in php8.3 
related to 18802 feedbacktibor.pacalat Add support for PHP 8.2 

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2024-06-26 17:13

developer   ~80473

8.3 ;)

DenisChenu

DenisChenu

2024-06-26 17:18

developer   ~80476

Tonis already set 8.3 : https://github.com/LimeSurvey/LimeSurvey/pull/3839/files

gabrieljenik

gabrieljenik

2024-08-05 16:29

manager   ~80739

We have run the checker.

These are the impacted files.
Details inside the attached file.

LS Core

FILE: /var/www/html/limesurvey/application/helpers/expressions/em_manager_helper.php
FILE: /var/www/html/limesurvey/application/models/SurveyActivator.php
FILE: /var/www/html/limesurvey/vendor/kcfinder/core/class/uploader.php

Vendor / Libs

robthree/twofactorauth

FILE: /var/www/html/limesurvey/application/core/plugins/TwoFactorAdminLogin/vendor/robthree/twofactorauth/lib/TwoFactorAuth.php
FILE: /var/www/html/limesurvey/application/core/plugins/TwoFactorAdminLogin/vendor/robthree/twofactorauth/lib/Providers/Rng/
FILE: /var/www/html/limesurvey/application/core/plugins/TwoFactorAdminLogin/vendor/robthree/twofactorauth/tests/TwoFactorAuthTest.php

Zend

FILE: /var/www/html/limesurvey/application/helpers/Zend/XmlRpc/Server.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/File/Count.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/File/ImageSize.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/File/Size.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/File/FilesSize.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/EmailAddress.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/CreditCard.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/StringLength.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/Ip.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/Hostname.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/Date.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/Db/Abstract.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/InArray.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/NotEmpty.php
FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/Between.php

pclzip

FILE: /var/www/html/limesurvey/vendor/pclzip/pclzip.lib.php

Yii

FILE: /var/www/html/limesurvey/vendor/yiisoft/yii/framework/base/CSecurityManager.php
FILE: /var/www/html/limesurvey/vendor/yiisoft/yii/framework/web/services/CWebService.php

phpseclib

FILE: /var/www/html/limesurvey/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php

pchart

FILE: /var/www/html/limesurvey/vendor/pchart/pChart.class.php
FILE: /var/www/html/limesurvey/vendor/pchart/pData.class.php

Pear

FILE: /var/www/html/limesurvey/vendor/pear/pear-core-minimal/src/PEAR.php

TCPDF

FILE: /var/www/html/limesurvey/vendor/tecnickcom/tcpdf/include/tcpdf_static.php
FILE: /var/www/html/limesurvey/vendor/tecnickcom/tcpdf/tcpdf.php

19632.log.txt (94,550 bytes)   
................. 17 / 17 (100%)


Time: 13.67 secs; Memory: 10MB

........................... 27 / 27 (100%)


Time: 11.92 secs; Memory: 12MB

............................................................ 60 / 67 (90%)
.......                                                      67 / 67 (100%)


Time: 12 mins, 5.12 secs; Memory: 40.01MB

...................................E..E..............E......  60 / 347 (17%)
............................................................ 120 / 347 (35%)
............................................................ 180 / 347 (52%)
............................................................ 240 / 347 (69%)
............................................................ 300 / 347 (86%)
...............................................              347 / 347 (100%)



FILE: /var/www/html/limesurvey/application/core/plugins/TwoFactorAdminLogin/vendor/robthree/twofactorauth/lib/TwoFactorAuth.php
-------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------------
 233 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
-------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/core/plugins/TwoFactorAdminLogin/vendor/robthree/twofactorauth/lib/Providers/Rng/MCryptRNGProvider.php
------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------
  9 | ERROR | The constant "MCRYPT_DEV_URANDOM" is deprecated since PHP 7.1 and removed since PHP 7.2
 14 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 14 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/core/plugins/TwoFactorAdminLogin/vendor/robthree/twofactorauth/tests/TwoFactorAuthTest.php
-------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------------
 325 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
-------------------------------------------------------------------------------------------------------------------------------------------------------

Time: 5 mins, 38.76 secs; Memory: 36MB

............ 12 / 12 (100%)


Time: 3.11 secs; Memory: 8MB

.... 4 / 4 (100%)


Time: 210ms; Memory: 8MB

. 1 / 1 (100%)


Time: 189ms; Memory: 8MB

...............................................SS...SS.SS.SS  60 / 807 (7%)
...S...SS.......S...............S...............S.S......... 120 / 807 (15%)
............................................................ 180 / 807 (22%)
............................................................ 240 / 807 (30%)
.....................S...................................... 300 / 807 (37%)
.........S..S...........SS.....................S............ 360 / 807 (45%)
.....S...................................................... 420 / 807 (52%)
.......................SS..SS.S.S.S...S..S.................. 480 / 807 (59%)
............................................................ 540 / 807 (67%)
............................................................ 600 / 807 (74%)
....SS..SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....S. 660 / 807 (82%)
S.....S..S.................................................. 720 / 807 (89%)
.............SSSS...S.S..S.................................. 780 / 807 (97%)
...........................                                  807 / 807 (100%)


Time: 63 mins, 37.44 secs; Memory: 686.02MB

.............................................................  60 / 584 (10%)
............................................................ 120 / 584 (21%)
............................................................ 180 / 584 (31%)
............................................................ 240 / 584 (41%)
.............................E.............................. 300 / 584 (51%)
............................................................ 360 / 584 (62%)
............................................................ 420 / 584 (72%)
.............................E...E.....E.E......E.......E... 480 / 584 (82%)
EEE.E..................................E...E..E..E.......... 540 / 584 (92%)
............E...............................                 584 / 584 (100%)



FILE: /var/www/html/limesurvey/application/helpers/Zend/XmlRpc/Server.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 283 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
     |       | "$argv" was changed on line 281.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/File/Count.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 119 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_arg(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
     |       | "$options" was changed on line 110.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/File/ImageSize.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 134 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
     |       | "$options" was changed on line 129.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/File/Size.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 117 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
     |       | "$options" was changed on line 108.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/File/FilesSize.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 85 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
    |       | "$options" was changed on line 76.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/EmailAddress.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 143 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
     |       | "$options" was changed on line 141.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/CreditCard.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 147 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
     |       | "$options" was changed on line 145.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/StringLength.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 90 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
    |       | "$options" was changed on line 88.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/Ip.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 67 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
    |       | "$options" was changed on line 65.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/Hostname.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 1526 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
      |       | "$options" was changed on line 1524.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/Date.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 82 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
    |       | "$options" was changed on line 80.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/Db/Abstract.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 112 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
     |       | "$options" was changed on line 110.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/InArray.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 83 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_arg(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
    |       | "$options" was changed on line 75.
 87 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_arg(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
    |       | "$options" was changed on line 75.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/NotEmpty.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 94 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
    |       | "$options" was changed on line 92.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/Zend/Validate/Between.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 105 | ERROR | Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter
     |       | "$options" was changed on line 103.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/application/helpers/expressions/em_manager_helper.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 8102 | ERROR | Since PHP 7.0, functions inspecting arguments, like debug_backtrace(), no longer report the original value as passed to a parameter, but will instead provide the current value. The
      |       | parameter "$msg" was changed on line 8099.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Time: 27 mins, 28.09 secs; Memory: 92.01MB

............................................................  60 / 211 (28%)
............................................................ 120 / 211 (57%)
............................................................ 180 / 211 (85%)
...............................                              211 / 211 (100%)


Time: 2 mins, 14.24 secs; Memory: 34MB



Time: 127ms; Memory: 8MB

............................................................  60 / 134 (45%)
..........................................................E. 120 / 134 (90%)
..............                                               134 / 134 (100%)



FILE: /var/www/html/limesurvey/application/models/SurveyActivator.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 386 | ERROR | Extension 'mssql' is removed since PHP 7.0
----------------------------------------------------------------------

Time: 6 mins, 21.57 secs; Memory: 28MB

... 3 / 3 (100%)


Time: 1.8 secs; Memory: 10MB

............................................................  60 / 622 (10%)
............................................................ 120 / 622 (19%)
............................................................ 180 / 622 (29%)
............................................................ 240 / 622 (39%)
............................................................ 300 / 622 (48%)
............................................................ 360 / 622 (58%)
............................................................ 420 / 622 (68%)
............................................................ 480 / 622 (77%)
............................................................ 540 / 622 (87%)
............................................................ 600 / 622 (96%)
......................                                       622 / 622 (100%)


Time: 3 mins, 11.87 secs; Memory: 16MB



Time: 133ms; Memory: 8MB

.S.S.S. 7 / 7 (100%)


Time: 1 mins, 30.12 secs; Memory: 136.01MB

.............S. 15 / 15 (100%)


Time: 22.38 secs; Memory: 46.01MB



Time: 116ms; Memory: 8MB

..............S................S............................ 60 / 69 (87%)
.S...S.S.                                                    69 / 69 (100%)


Time: 42.09 secs; Memory: 32MB

........... 11 / 11 (100%)


Time: 7.01 secs; Memory: 18MB

....... 7 / 7 (100%)


Time: 4.74 secs; Memory: 14MB

. 1 / 1 (100%)


Time: 273ms; Memory: 8MB

. 1 / 1 (100%)


Time: 576ms; Memory: 8MB

..SS. 5 / 5 (100%)


Time: 1.83 secs; Memory: 12MB

S...S 5 / 5 (100%)


Time: 2 mins, 28.2 secs; Memory: 416.01MB

........................... 27 / 27 (100%)


Time: 9.88 secs; Memory: 12MB

S.. 3 / 3 (100%)


Time: 4.7 secs; Memory: 14MB

SSS 3 / 3 (100%)


Time: 143ms; Memory: 10MB

. 1 / 1 (100%)


Time: 4.64 secs; Memory: 22MB

. 1 / 1 (100%)


Time: 527ms; Memory: 8MB

........ 8 / 8 (100%)


Time: 2.26 secs; Memory: 10MB

..SS..S.....................................................    60 / 14246 (0%)
............................................................   120 / 14246 (1%)
............................................................   180 / 14246 (1%)
.....................................................S......   240 / 14246 (2%)
............................................................   300 / 14246 (2%)
............................................................   360 / 14246 (3%)
............................................................   420 / 14246 (3%)
......................S.....................................   480 / 14246 (3%)
............................................................   540 / 14246 (4%)
........S...................................................   600 / 14246 (4%)
............................................................   660 / 14246 (5%)
............................................................   720 / 14246 (5%)
............................................................   780 / 14246 (5%)
............................................................   840 / 14246 (6%)
............................................................   900 / 14246 (6%)
............................................................   960 / 14246 (7%)
............................................................  1020 / 14246 (7%)
............................................................  1080 / 14246 (8%)
............................................................  1140 / 14246 (8%)
............................................................  1200 / 14246 (8%)
............................................................  1260 / 14246 (9%)
....................................................S..S.S..  1320 / 14246 (9%)
............S...............................................  1380 / 14246 (10%)
............................................................  1440 / 14246 (10%)
..............................SS............................  1500 / 14246 (11%)
............................................................  1560 / 14246 (11%)
............................................................  1620 / 14246 (11%)
............................................................  1680 / 14246 (12%)
............................................................  1740 / 14246 (12%)
............................................................  1800 / 14246 (13%)
............................................................  1860 / 14246 (13%)
............................................................  1920 / 14246 (13%)
............................................................  1980 / 14246 (14%)
............................................................  2040 / 14246 (14%)
............................................................  2100 / 14246 (15%)
............................................................  2160 / 14246 (15%)
............................................................  2220 / 14246 (16%)
............................................................  2280 / 14246 (16%)
............................................................  2340 / 14246 (16%)
............................................................  2400 / 14246 (17%)
............................................................  2460 / 14246 (17%)
............................................................  2520 / 14246 (18%)
............................................................  2580 / 14246 (18%)
............................................................  2640 / 14246 (19%)
............................................................  2700 / 14246 (19%)
............................................................  2760 / 14246 (19%)
............................................................  2820 / 14246 (20%)
............................................................  2880 / 14246 (20%)
............................................................  2940 / 14246 (21%)
............................................................  3000 / 14246 (21%)
............................................................  3060 / 14246 (21%)
............................................................  3120 / 14246 (22%)
...................................S........................  3180 / 14246 (22%)
............................................................  3240 / 14246 (23%)
.....................S......................................  3300 / 14246 (23%)
............................................................  3360 / 14246 (24%)
............................................................  3420 / 14246 (24%)
............................................................  3480 / 14246 (24%)
............................................................  3540 / 14246 (25%)
............................................................  3600 / 14246 (25%)
............................................................  3660 / 14246 (26%)
............................................................  3720 / 14246 (26%)
............................................................  3780 / 14246 (27%)
............................................................  3840 / 14246 (27%)
............................................................  3900 / 14246 (27%)
............................................................  3960 / 14246 (28%)
.......................................................S.SS.  4020 / 14246 (28%)
.......................S.....S..............................  4080 / 14246 (29%)
..................................................S.........  4140 / 14246 (29%)
..............................S..S...................S..S...  4200 / 14246 (29%)
...........SS.............................................S.  4260 / 14246 (30%)
.......S...........................................S........  4320 / 14246 (30%)
............................................................  4380 / 14246 (31%)
............................................................  4440 / 14246 (31%)
............................................................  4500 / 14246 (32%)
............................................................  4560 / 14246 (32%)
............................................................  4620 / 14246 (32%)
............................................................  4680 / 14246 (33%)
............................................................  4740 / 14246 (33%)
............................................................  4800 / 14246 (34%)
............................................................  4860 / 14246 (34%)
............................................................  4920 / 14246 (35%)
............................................................  4980 / 14246 (35%)
............................................................  5040 / 14246 (35%)
............................................................  5100 / 14246 (36%)
............................................................  5160 / 14246 (36%)
...........................SS..S............................  5220 / 14246 (37%)
............................................................  5280 / 14246 (37%)
............................................................  5340 / 14246 (37%)
............................................................  5400 / 14246 (38%)
............................................................  5460 / 14246 (38%)
............................................................  5520 / 14246 (39%)
............................................................  5580 / 14246 (39%)
............................................................  5640 / 14246 (40%)
............................................................  5700 / 14246 (40%)
............................................................  5760 / 14246 (40%)
............................................................  5820 / 14246 (41%)
............................................................  5880 / 14246 (41%)
............................................................  5940 / 14246 (42%)
....................SS......................................  6000 / 14246 (42%)
............................................................  6060 / 14246 (43%)
............................................................  6120 / 14246 (43%)
............................................................  6180 / 14246 (43%)
..........S............S....................................  6240 / 14246 (44%)
............................................................  6300 / 14246 (44%)
S...........................................................  6360 / 14246 (45%)
..................................................SS........  6420 / 14246 (45%)
............................................................  6480 / 14246 (45%)
............................................................  6540 / 14246 (46%)
............................................................  6600 / 14246 (46%)
............................................................  6660 / 14246 (47%)
............................................................  6720 / 14246 (47%)
............................................................  6780 / 14246 (48%)
..........................S.................................  6840 / 14246 (48%)
............................................................  6900 / 14246 (48%)
............S...............................................  6960 / 14246 (49%)
............................................................  7020 / 14246 (49%)
............................................................  7080 / 14246 (50%)
............................................................  7140 / 14246 (50%)
............................................................  7200 / 14246 (51%)
............................................................  7260 / 14246 (51%)
............................................................  7320 / 14246 (51%)
............................................................  7380 / 14246 (52%)
............................................................  7440 / 14246 (52%)
............................................................  7500 / 14246 (53%)
............................................................  7560 / 14246 (53%)
............................................................  7620 / 14246 (53%)
............................................................  7680 / 14246 (54%)
..........................................................S.  7740 / 14246 (54%)
............................................................  7800 / 14246 (55%)
......................S.....................................  7860 / 14246 (55%)
...................................................S.....S..  7920 / 14246 (56%)
..........................................S.................  7980 / 14246 (56%)
............................................................  8040 / 14246 (56%)
............................................................  8100 / 14246 (57%)
............................................................  8160 / 14246 (57%)
............................................................  8220 / 14246 (58%)
............................................................  8280 / 14246 (58%)
............................................................  8340 / 14246 (59%)
......................................SSS...................  8400 / 14246 (59%)
............................................................  8460 / 14246 (59%)
............................................................  8520 / 14246 (60%)
............................................................  8580 / 14246 (60%)
............................................................  8640 / 14246 (61%)
............................................................  8700 / 14246 (61%)
............................................................  8760 / 14246 (61%)
............................................................  8820 / 14246 (62%)
............................................................  8880 / 14246 (62%)
............................................................  8940 / 14246 (63%)
........................S...S..................S............  9000 / 14246 (63%)
............................................................  9060 / 14246 (64%)
..........................S.................................  9120 / 14246 (64%)
............................................................  9180 / 14246 (64%)
............................................................  9240 / 14246 (65%)
............................................................  9300 / 14246 (65%)
..........................................S.................  9360 / 14246 (66%)
............................................................  9420 / 14246 (66%)
............................S...............................  9480 / 14246 (67%)
............................................................  9540 / 14246 (67%)
............................................................  9600 / 14246 (67%)
............................................................  9660 / 14246 (68%)
............................................................  9720 / 14246 (68%)
............................................................  9780 / 14246 (69%)
............................................................  9840 / 14246 (69%)
............................................................  9900 / 14246 (69%)
............................................................  9960 / 14246 (70%)
............................................................ 10020 / 14246 (70%)
............................................................ 10080 / 14246 (71%)
............................................................ 10140 / 14246 (71%)
............................................................ 10200 / 14246 (72%)
............................................................ 10260 / 14246 (72%)
............................................................ 10320 / 14246 (72%)
............................................S.........S..... 10380 / 14246 (73%)
............................................................ 10440 / 14246 (73%)
............................................................ 10500 / 14246 (74%)
...........S............................SS.........S.S.S..SS 10560 / 14246 (74%)
SSSS...S....SS.S........................................SSS. 10620 / 14246 (75%)
SSS.S.S.S.SSS..SS.S.........S..S..S......................... 10680 / 14246 (75%)
............................................................ 10740 / 14246 (75%)
............................................................ 10800 / 14246 (76%)
............................................................ 10860 / 14246 (76%)
............................................................ 10920 / 14246 (77%)
............................................................ 10980 / 14246 (77%)
............................................................ 11040 / 14246 (77%)
............................................................ 11100 / 14246 (78%)
............................................................ 11160 / 14246 (78%)
............................................................ 11220 / 14246 (79%)
............................................................ 11280 / 14246 (79%)
.....................................................S...... 11340 / 14246 (80%)
............................................................ 11400 / 14246 (80%)
............................................................ 11460 / 14246 (80%)
............................................................ 11520 / 14246 (81%)
............................................................ 11580 / 14246 (81%)
......S..................................................... 11640 / 14246 (82%)
....................................................S....... 11700 / 14246 (82%)
............................................................ 11760 / 14246 (83%)
............................................................ 11820 / 14246 (83%)
............................................................ 11880 / 14246 (83%)
............................................................ 11940 / 14246 (84%)
............................................................ 12000 / 14246 (84%)
............................................................ 12060 / 14246 (85%)
............................................................ 12120 / 14246 (85%)
............................................................ 12180 / 14246 (85%)
............................................................ 12240 / 14246 (86%)
............................................................ 12300 / 14246 (86%)
............................................................ 12360 / 14246 (87%)
............................................................ 12420 / 14246 (87%)
...........................................SS.SS............ 12480 / 14246 (88%)
..........................................................SS 12540 / 14246 (88%)
..................................S......................... 12600 / 14246 (88%)
....SS..S................................................... 12660 / 14246 (89%)
............................................................ 12720 / 14246 (89%)
............................................................ 12780 / 14246 (90%)
......................................................SSSSS. 12840 / 14246 (90%)
..................................S......................... 12900 / 14246 (91%)
............................................................ 12960 / 14246 (91%)
............................................................ 13020 / 14246 (91%)
............................................................ 13080 / 14246 (92%)
............................................................ 13140 / 14246 (92%)
............................................................ 13200 / 14246 (93%)
............................................................ 13260 / 14246 (93%)
............................................S.S............. 13320 / 14246 (93%)
............................................................ 13380 / 14246 (94%)
............................................................ 13440 / 14246 (94%)
............................................................ 13500 / 14246 (95%)
...S........................................................ 13560 / 14246 (95%)
....................................S....................... 13620 / 14246 (96%)
............................................................ 13680 / 14246 (96%)
............................................................ 13740 / 14246 (96%)
............................................................ 13800 / 14246 (97%)
............................................................ 13860 / 14246 (97%)
............................................................ 13920 / 14246 (98%)
............................................................ 13980 / 14246 (98%)
............................................................ 14040 / 14246 (99%)
............................................................ 14100 / 14246 (99%)
............................................................ 14160 / 14246 (99%)
............................................................ 14220 / 14246 (100%)
..S...S.S..S..SSSS.SS..SS.                                   14246 / 14246 (100%)


Time: 73 mins, 45.92 secs; Memory: 574.01MB

.S......................SSSSSSSSSSSSSSSSSSSSSSSSSS..........   60 / 3819 (2%)
............................................................  120 / 3819 (3%)
............................................................  180 / 3819 (5%)
............................................................  240 / 3819 (6%)
............................SSSSSSS.........................  300 / 3819 (8%)
................................................S...........  360 / 3819 (9%)
............................................................  420 / 3819 (11%)
............................................................  480 / 3819 (13%)
............................................................  540 / 3819 (14%)
....S.......................................................  600 / 3819 (16%)
............................................................  660 / 3819 (17%)
...........................SSS..S.SS........................  720 / 3819 (19%)
......................................................S.....  780 / 3819 (20%)
............................................................  840 / 3819 (22%)
......SS....S...............S...............................  900 / 3819 (24%)
............................................................  960 / 3819 (25%)
...........................S.SSSS.SSSSSSSSSSSS.S............ 1020 / 3819 (27%)
...........................S.......................S..S..... 1080 / 3819 (28%)
...........................................................S 1140 / 3819 (30%)
S....S...................................................... 1200 / 3819 (31%)
............................................................ 1260 / 3819 (33%)
............................................................ 1320 / 3819 (35%)
............................................................ 1380 / 3819 (36%)
....................S....................................... 1440 / 3819 (38%)
............................................................ 1500 / 3819 (39%)
............................................................ 1560 / 3819 (41%)
............................................................ 1620 / 3819 (42%)
............................................................ 1680 / 3819 (44%)
............................................................ 1740 / 3819 (46%)
..SSSSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1800 / 3819 (47%)
S......S.................................................... 1860 / 3819 (49%)
...................S........................................ 1920 / 3819 (50%)
.................................S.......................... 1980 / 3819 (52%)
............................................................ 2040 / 3819 (53%)
............................................................ 2100 / 3819 (55%)
............................................................ 2160 / 3819 (57%)
...........................SSSSSSSS......................... 2220 / 3819 (58%)
...............................................S............ 2280 / 3819 (60%)
............................................................ 2340 / 3819 (61%)
............................................................ 2400 / 3819 (63%)
..........S................................................. 2460 / 3819 (64%)
............................................................ 2520 / 3819 (66%)
............................................................ 2580 / 3819 (68%)
............................................................ 2640 / 3819 (69%)
............................................................ 2700 / 3819 (71%)
............................................................ 2760 / 3819 (72%)
............................................................ 2820 / 3819 (74%)
.......................................S.................... 2880 / 3819 (75%)
............................................................ 2940 / 3819 (77%)
............................................................ 3000 / 3819 (79%)
................................................SS.......... 3060 / 3819 (80%)
............................................................ 3120 / 3819 (82%)
..S......................................................... 3180 / 3819 (83%)
................S........................................... 3240 / 3819 (85%)
............................................................ 3300 / 3819 (86%)
.......................................SSSSSSSSSSSSSSSSSSSSS 3360 / 3819 (88%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.................... 3420 / 3819 (90%)
......................................................SSSS.. 3480 / 3819 (91%)
...............S............S............................... 3540 / 3819 (93%)
.....................................S...................... 3600 / 3819 (94%)
.....................................................SSSSSSS 3660 / 3819 (96%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.. 3720 / 3819 (97%)
...........................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3780 / 3819 (99%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.                      3819 / 3819 (100%)


Time: 7 mins, 28.74 secs; Memory: 126.01MB

. 1 / 1 (100%)


Time: 622ms; Memory: 8MB

. 1 / 1 (100%)


Time: 267ms; Memory: 8MB

...SS. 6 / 6 (100%)


Time: 29.52 secs; Memory: 84.01MB

. 1 / 1 (100%)


Time: 1.45 secs; Memory: 10MB

.S. 3 / 3 (100%)


Time: 1.05 secs; Memory: 12MB

..SS.. 6 / 6 (100%)


Time: 7.46 secs; Memory: 32MB

. 1 / 1 (100%)


Time: 15.83 secs; Memory: 40.01MB

.. 2 / 2 (100%)


Time: 216ms; Memory: 8MB

SS.........S. 13 / 13 (100%)


Time: 928ms; Memory: 13.11MB

. 1 / 1 (100%)


Time: 567ms; Memory: 10MB

.. 2 / 2 (100%)


Time: 2.61 secs; Memory: 14MB

...S. 5 / 5 (100%)


Time: 11.68 secs; Memory: 40MB

...SSS..... 11 / 11 (100%)


Time: 18.43 secs; Memory: 34MB

....................................S.......................   60 / 1140 (5%)
............................................................  120 / 1140 (11%)
............................................................  180 / 1140 (16%)
............................................................  240 / 1140 (21%)
...........................................................S  300 / 1140 (26%)
............................................................  360 / 1140 (32%)
.............................................S..............  420 / 1140 (37%)
............................................................  480 / 1140 (42%)
............................................................  540 / 1140 (47%)
............................................................  600 / 1140 (53%)
............................................................  660 / 1140 (58%)
............................................................  720 / 1140 (63%)
............................................................  780 / 1140 (68%)
............................................................  840 / 1140 (74%)
............................................................  900 / 1140 (79%)
............................................................  960 / 1140 (84%)
............................................................ 1020 / 1140 (89%)
............................................................ 1080 / 1140 (95%)
............................................................ 1140 / 1140 (100%)


Time: 3 mins, 15.85 secs; Memory: 184.01MB

. 1 / 1 (100%)


Time: 625ms; Memory: 10MB

SS 2 / 2 (100%)


Time: 161ms; Memory: 8MB

.. 2 / 2 (100%)


Time: 2.58 secs; Memory: 14MB

...SS 5 / 5 (100%)


Time: 6.92 secs; Memory: 32MB

.. 2 / 2 (100%)


Time: 450ms; Memory: 10MB

.......S.................................................SSS    60 / 10795 (1%)
SSSSSS......................................................   120 / 10795 (1%)
.......S....................................................   180 / 10795 (2%)
.....................................................SS.....   240 / 10795 (2%)
..........S.............................S...................   300 / 10795 (3%)
............................................................   360 / 10795 (3%)
............................................................   420 / 10795 (4%)
............................................................   480 / 10795 (4%)
............................................................   540 / 10795 (5%)
............................................................   600 / 10795 (6%)
...............................................S............   660 / 10795 (6%)
.....................S......................................   720 / 10795 (7%)
............................................................   780 / 10795 (7%)
............................................................   840 / 10795 (8%)
............................................................   900 / 10795 (8%)
............................................................   960 / 10795 (9%)
............................................................  1020 / 10795 (9%)
............................................................  1080 / 10795 (10%)
............................................................  1140 / 10795 (11%)
............................................................  1200 / 10795 (11%)
............................................................  1260 / 10795 (12%)
............................................................  1320 / 10795 (12%)
............................................................  1380 / 10795 (13%)
........................................................SS..  1440 / 10795 (13%)
S...........................................................  1500 / 10795 (14%)
............................................................  1560 / 10795 (14%)
............................................................  1620 / 10795 (15%)
............................................................  1680 / 10795 (16%)
............................................................  1740 / 10795 (16%)
............................................................  1800 / 10795 (17%)
............................................................  1860 / 10795 (17%)
............................................................  1920 / 10795 (18%)
............................................................  1980 / 10795 (18%)
............................................................  2040 / 10795 (19%)
............................................................  2100 / 10795 (19%)
............................................................  2160 / 10795 (20%)
............................................................  2220 / 10795 (21%)
............................................................  2280 / 10795 (21%)
............................................................  2340 / 10795 (22%)
................................S.........................S.  2400 / 10795 (22%)
..............................S.............................  2460 / 10795 (23%)
.........................................................S..  2520 / 10795 (23%)
..................................................S.S.......  2580 / 10795 (24%)
...............................S.S.S....S..........S........  2640 / 10795 (24%)
............................................................  2700 / 10795 (25%)
.................S....S.....................................  2760 / 10795 (26%)
............................................SS..............  2820 / 10795 (26%)
............................................................  2880 / 10795 (27%)
............................................................  2940 / 10795 (27%)
............................................................  3000 / 10795 (28%)
............................................................  3060 / 10795 (28%)
............................................................  3120 / 10795 (29%)
........................................SSSSSSSSSSSSSSSSSSSS  3180 / 10795 (29%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  3240 / 10795 (30%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  3300 / 10795 (31%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  3360 / 10795 (31%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  3420 / 10795 (32%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  3480 / 10795 (32%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  3540 / 10795 (33%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  3600 / 10795 (33%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  3660 / 10795 (34%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  3720 / 10795 (34%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  3780 / 10795 (35%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  3840 / 10795 (36%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....  3900 / 10795 (36%)
................................S...........................  3960 / 10795 (37%)
...........................S................................  4020 / 10795 (37%)
............................................................  4080 / 10795 (38%)
...............S.......S....................................  4140 / 10795 (38%)
.......................SSSS...S.................SS.........S  4200 / 10795 (39%)
.S.S..SSSSSS...S....SS.S....................................  4260 / 10795 (39%)
....SSS.SSS.S.S.S.SSS..SS.S.........S..S..S.................  4320 / 10795 (40%)
............................................................  4380 / 10795 (41%)
............................................................  4440 / 10795 (41%)
............................................................  4500 / 10795 (42%)
............................................................  4560 / 10795 (42%)
...............................S............................  4620 / 10795 (43%)
............................................................  4680 / 10795 (43%)
............................................................  4740 / 10795 (44%)
............................................................  4800 / 10795 (44%)
...S........................................................  4860 / 10795 (45%)
.................................................S..........  4920 / 10795 (46%)
............................................................  4980 / 10795 (46%)
............................................................  5040 / 10795 (47%)
............................................................  5100 / 10795 (47%)
............................................................  5160 / 10795 (48%)
............................................................  5220 / 10795 (48%)
............................................................  5280 / 10795 (49%)
............................................................  5340 / 10795 (49%)
............................................................  5400 / 10795 (50%)
............................................................  5460 / 10795 (51%)
............................................................  5520 / 10795 (51%)
............................................................  5580 / 10795 (52%)
............................................................  5640 / 10795 (52%)
............................................................  5700 / 10795 (53%)
........................................S...S...S...........  5760 / 10795 (53%)
............................................................  5820 / 10795 (54%)
............................................................  5880 / 10795 (54%)
.......................................S.....S..............  5940 / 10795 (55%)
....SS...............S......................................  6000 / 10795 (56%)
............................................................  6060 / 10795 (56%)
............................................................  6120 / 10795 (57%)
............................................................  6180 / 10795 (57%)
............................................................  6240 / 10795 (58%)
............................................................  6300 / 10795 (58%)
............................................................  6360 / 10795 (59%)
............................S...............................  6420 / 10795 (59%)
............................................................  6480 / 10795 (60%)
............................................................  6540 / 10795 (61%)
............................................................  6600 / 10795 (61%)
..........................S.................................  6660 / 10795 (62%)
............................................................  6720 / 10795 (62%)
............................................................  6780 / 10795 (63%)
............................................................  6840 / 10795 (63%)
................S...........................................  6900 / 10795 (64%)
............................................................  6960 / 10795 (64%)
............................................................  7020 / 10795 (65%)
............................................................  7080 / 10795 (66%)
............................................................  7140 / 10795 (66%)
............................................................  7200 / 10795 (67%)
............................................................  7260 / 10795 (67%)
............................................................  7320 / 10795 (68%)
.............................................S.SSS.SS..SSS..  7380 / 10795 (68%)
SSS....SS.S...SSS.SSSSSSS.S.SS...........S...S......S.......  7440 / 10795 (69%)
..........S..................................S..............  7500 / 10795 (69%)
...................................S........S...............  7560 / 10795 (70%)
SS....S.....SSS..SS.SSSS.S..SSS.S.S..S.SS.SS..S.SS...SSSSS.S  7620 / 10795 (71%)
SSS.S...........S...SSS....S........S........S..S...........  7680 / 10795 (71%)
....................S.....S........S........................  7740 / 10795 (72%)
.......S..S........S...............SS...SS................S.  7800 / 10795 (72%)
............................................................  7860 / 10795 (73%)
............................................................  7920 / 10795 (73%)
SS..........................................................  7980 / 10795 (74%)
............................................................  8040 / 10795 (74%)
.........................................S.SS...............  8100 / 10795 (75%)
............................................................  8160 / 10795 (76%)
...S..........................S.............................  8220 / 10795 (76%)
............................................................  8280 / 10795 (77%)
.................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  8340 / 10795 (77%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  8400 / 10795 (78%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  8460 / 10795 (78%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  8520 / 10795 (79%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  8580 / 10795 (79%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  8640 / 10795 (80%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  8700 / 10795 (81%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  8760 / 10795 (81%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  8820 / 10795 (82%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  8880 / 10795 (82%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  8940 / 10795 (83%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  9000 / 10795 (83%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  9060 / 10795 (84%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS...........S.............  9120 / 10795 (84%)
.................................S..........................  9180 / 10795 (85%)
............................................................  9240 / 10795 (86%)
............................................................  9300 / 10795 (86%)
.............................S...SS.......................S.  9360 / 10795 (87%)
........S...................................................  9420 / 10795 (87%)
................................S.S.........................  9480 / 10795 (88%)
.................................S.............SSSS...S.....  9540 / 10795 (88%)
.....................S......................................  9600 / 10795 (89%)
.....................................................S......  9660 / 10795 (89%)
............................................................  9720 / 10795 (90%)
............................................................  9780 / 10795 (91%)
............................................................  9840 / 10795 (91%)
................................S...........................  9900 / 10795 (92%)
............................................................  9960 / 10795 (92%)
..................S......................................... 10020 / 10795 (93%)
............................................................ 10080 / 10795 (93%)
............................................................ 10140 / 10795 (94%)
............................................................ 10200 / 10795 (94%)
............................................................ 10260 / 10795 (95%)
............................................................ 10320 / 10795 (96%)
............................................................ 10380 / 10795 (96%)
............................................................ 10440 / 10795 (97%)
............................................................ 10500 / 10795 (97%)
............................................................ 10560 / 10795 (98%)
............................................................ 10620 / 10795 (98%)
............................................................ 10680 / 10795 (99%)
..........................................................S. 10740 / 10795 (99%)
.................S.S.........................S.........      10795 / 10795 (100%)


Time: 69 mins, 16.39 secs; Memory: 432.02MB

S. 2 / 2 (100%)


Time: 13.33 secs; Memory: 56.01MB

SS.. 4 / 4 (100%)


Time: 1.47 secs; Memory: 12MB

..S. 4 / 4 (100%)


Time: 4.93 secs; Memory: 24MB

.... 4 / 4 (100%)


Time: 4.06 secs; Memory: 12MB

.. 2 / 2 (100%)


Time: 2.29 secs; Memory: 18MB

.. 2 / 2 (100%)


Time: 8.99 secs; Memory: 30MB

..............S................S............................ 60 / 69 (87%)
.S...S.S.                                                    69 / 69 (100%)


Time: 43.87 secs; Memory: 32MB

........... 11 / 11 (100%)


Time: 7.44 secs; Memory: 18MB

....... 7 / 7 (100%)


Time: 4.96 secs; Memory: 14MB

.... 4 / 4 (100%)


Time: 9.61 secs; Memory: 20MB

.......... 10 / 10 (100%)


Time: 2.23 secs; Memory: 8MB

............................................................  60 / 260 (23%)
............................................................ 120 / 260 (46%)
............................................................ 180 / 260 (69%)
............................................................ 240 / 260 (92%)
....................                                         260 / 260 (100%)


Time: 4 mins, 0.96 secs; Memory: 14MB

.......SSS.............SSSSSSSSSSSSSSSSS...................S 60 / 89 (67%)
SSSSSSS..................SS..                                89 / 89 (100%)


Time: 9 mins, 48.57 secs; Memory: 220.01MB

E...........................................................   60 / 3420 (2%)
............................................................  120 / 3420 (4%)
............................................................  180 / 3420 (5%)
............................................................  240 / 3420 (7%)
............................................................  300 / 3420 (9%)
............................................................  360 / 3420 (11%)
............................................................  420 / 3420 (12%)
............................................................  480 / 3420 (14%)
............................................................  540 / 3420 (16%)
....S.......................................................  600 / 3420 (18%)
....................................E.......................  660 / 3420 (19%)
...............S.SSSSSS...S.....S...........................  720 / 3420 (21%)
..E.........................................................  780 / 3420 (23%)
............................................................  840 / 3420 (25%)
............................................................  900 / 3420 (26%)
............................................................  960 / 3420 (28%)
............................................................ 1020 / 3420 (30%)
............................................................ 1080 / 3420 (32%)
............................................................ 1140 / 3420 (33%)
..........................................................S. 1200 / 3420 (35%)
............................................................ 1260 / 3420 (37%)
............................................................ 1320 / 3420 (39%)
............................................................ 1380 / 3420 (40%)
............................................................ 1440 / 3420 (42%)
............................................................ 1500 / 3420 (44%)
............................................................ 1560 / 3420 (46%)
............................................................ 1620 / 3420 (47%)
............................................................ 1680 / 3420 (49%)
............................................................ 1740 / 3420 (51%)
............................................................ 1800 / 3420 (53%)
............................................................ 1860 / 3420 (54%)
............................................................ 1920 / 3420 (56%)
............................................................ 1980 / 3420 (58%)
............................................................ 2040 / 3420 (60%)
.............SS.....S.SS.SS.S....SS.SSS..................... 2100 / 3420 (61%)
...................................................S........ 2160 / 3420 (63%)
............................................................ 2220 / 3420 (65%)
............................................................ 2280 / 3420 (67%)
.................................E.......................... 2340 / 3420 (68%)
............................................................ 2400 / 3420 (70%)
............................................................ 2460 / 3420 (72%)
............................................................ 2520 / 3420 (74%)
............................................................ 2580 / 3420 (75%)
............................................................ 2640 / 3420 (77%)
.S.S.................S...................................... 2700 / 3420 (79%)
........E......S.........S.................................. 2760 / 3420 (81%)
...............EE....E...................................... 2820 / 3420 (82%)
................................SS.......................... 2880 / 3420 (84%)
............................................................ 2940 / 3420 (86%)
............................................................ 3000 / 3420 (88%)
............................................................ 3060 / 3420 (89%)
....................E....................................... 3120 / 3420 (91%)
............................................................ 3180 / 3420 (93%)
..........................................E................. 3240 / 3420 (95%)
............................................................ 3300 / 3420 (96%)
............................................................ 3360 / 3420 (98%)
............................................................ 3420 / 3420 (100%)



FILE: /var/www/html/limesurvey/vendor/pclzip/pclzip.lib.php
----------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------
 5367 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
 5398 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
----------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/vendor/yiisoft/yii/framework/base/CSecurityManager.php
-------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 47 ERRORS AFFECTING 22 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------------
 225 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 225 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
 225 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 225 | ERROR | Function mcrypt_enc_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 225 | ERROR | The constant "MCRYPT_RAND" is deprecated since PHP 7.1 and removed since PHP 7.2
 226 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 226 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 227 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 227 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 228 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 228 | ERROR | Function mcrypt_generic_deinit() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 229 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 229 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 246 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 246 | ERROR | Function mcrypt_enc_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 248 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 248 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 249 | ERROR | Function mdecrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 250 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 250 | ERROR | Function mcrypt_generic_deinit() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 251 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 251 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 268 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 268 | ERROR | Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 268 | ERROR | The constant "MCRYPT_MODE_CBC" is deprecated since PHP 7.1 and removed since PHP 7.2
 402 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 402 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
 402 | ERROR | The constant "MCRYPT_DEV_URANDOM" is deprecated since PHP 7.1 and removed since PHP 7.2
 479 | ERROR | INI directive 'session.entropy_length' is removed since PHP 7.1
 533 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 533 | ERROR | Function mcrypt_module_get_supported_key_sizes() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 544 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 544 | ERROR | Function mcrypt_module_get_algo_key_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 580 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 580 | ERROR | Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 580 | ERROR | The constant "MCRYPT_MODE_CBC" is deprecated since PHP 7.1 and removed since PHP 7.2
 588 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 588 | ERROR | Function mcrypt_enc_get_key_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 589 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 589 | ERROR | Function mcrypt_enc_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 591 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 591 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 592 | ERROR | Function mdecrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 593 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 593 | ERROR | Function mcrypt_generic_deinit() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 594 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 594 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
-------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/vendor/yiisoft/yii/framework/web/services/CWebService.php
------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------------------
 242 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
 243 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php
--------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 46 ERRORS AFFECTING 26 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------------
 1278 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 1278 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 1311 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 1311 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 1314 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 1314 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 1319 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 1319 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 1328 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 1328 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 1340 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 1340 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 1343 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 1343 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 1669 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 1669 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 1697 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 1697 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 1702 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 1702 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 1713 | ERROR | Function mdecrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 1716 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 1716 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 2269 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 2269 | ERROR | Function mcrypt_list_algorithms() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 2384 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 2384 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 2385 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 2385 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 2390 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 2390 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 2503 | ERROR | The constant "MCRYPT_MODE_ECB" is deprecated since PHP 7.1 and removed since PHP 7.2
 2504 | ERROR | The constant "MCRYPT_MODE_CBC" is deprecated since PHP 7.1 and removed since PHP 7.2
 2506 | ERROR | The constant "MCRYPT_MODE_CFB" is deprecated since PHP 7.1 and removed since PHP 7.2
 2507 | ERROR | The constant "MCRYPT_MODE_NOFB" is deprecated since PHP 7.1 and removed since PHP 7.2
 2508 | ERROR | The constant "MCRYPT_MODE_OFB" is deprecated since PHP 7.1 and removed since PHP 7.2
 2509 | ERROR | The constant "MCRYPT_MODE_STREAM" is deprecated since PHP 7.1 and removed since PHP 7.2
 2512 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 2512 | ERROR | Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 2513 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 2513 | ERROR | Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 2519 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 2519 | ERROR | Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 2519 | ERROR | The constant "MCRYPT_MODE_ECB" is deprecated since PHP 7.1 and removed since PHP 7.2
 2524 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 2524 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
--------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/vendor/kcfinder/core/class/uploader.php
------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------
 220 | ERROR | list() will assign variable from left-to-right since PHP 7.0. Ensure all variables in list() are unique to prevent unexpected results.
 279 | ERROR | Using 'break' outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
 375 | ERROR | list() will assign variable from left-to-right since PHP 7.0. Ensure all variables in list() are unique to prevent unexpected results.
------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/vendor/pchart/pChart.class.php
-----------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
 3363 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() instead
-----------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/vendor/pchart/pData.class.php
---------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------
 75 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() instead
---------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/vendor/pear/pear-core-minimal/src/PEAR.php
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 898 | ERROR | Since PHP 7.0, functions inspecting arguments, like debug_backtrace(), no longer report the original value as passed to a parameter, but will instead provide the current value. The
     |       | parameter "$mode" was changed on line 888.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/vendor/tecnickcom/tcpdf/include/tcpdf_static.php
-------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 23 ERRORS AFFECTING 5 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------------
 427 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 427 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
 427 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 427 | ERROR | Function mcrypt_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 427 | ERROR | The constant "MCRYPT_RIJNDAEL_128" is deprecated since PHP 7.1 and removed since PHP 7.2
 427 | ERROR | The constant "MCRYPT_MODE_CBC" is deprecated since PHP 7.1 and removed since PHP 7.2
 427 | ERROR | The constant "MCRYPT_RAND" is deprecated since PHP 7.1 and removed since PHP 7.2
 428 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 428 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 428 | ERROR | The constant "MCRYPT_RIJNDAEL_128" is deprecated since PHP 7.1 and removed since PHP 7.2
 428 | ERROR | The constant "MCRYPT_MODE_CBC" is deprecated since PHP 7.1 and removed since PHP 7.2
 453 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 453 | ERROR | Function mcrypt_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 453 | ERROR | The constant "MCRYPT_RIJNDAEL_128" is deprecated since PHP 7.1 and removed since PHP 7.2
 453 | ERROR | The constant "MCRYPT_MODE_CBC" is deprecated since PHP 7.1 and removed since PHP 7.2
 454 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 454 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 454 | ERROR | The constant "MCRYPT_RIJNDAEL_128" is deprecated since PHP 7.1 and removed since PHP 7.2
 454 | ERROR | The constant "MCRYPT_MODE_CBC" is deprecated since PHP 7.1 and removed since PHP 7.2
 471 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 471 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 471 | ERROR | The constant "MCRYPT_ARCFOUR" is deprecated since PHP 7.1 and removed since PHP 7.2
 471 | ERROR | The constant "MCRYPT_MODE_STREAM" is deprecated since PHP 7.1 and removed since PHP 7.2
-------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/limesurvey/vendor/tecnickcom/tcpdf/tcpdf.php
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 11007 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
 11007 | ERROR | Function mcrypt_get_cipher_name() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
 11007 | ERROR | The constant "MCRYPT_RIJNDAEL_128" is deprecated since PHP 7.1 and removed since PHP 7.2
 16449 | ERROR | Self-closing XHTML tags are ignored. Only non-self-closing tags should be used in the strip_tags() $allowable_tags parameter since PHP 5.3.4. Found:
       |       | '<marker/><a><b><blockquote><body><br><br/><dd><del><div><dl><dt><em><font><form><h1><h2><h3><h4><h5><h6><hr><hr/><i><img><input><label><li><ol><option><p><pre><s><select><small><span><strike><strong><sub><sup><table><tablehead><tcpdf><td><textarea><th><thead><tr><tt><u><ul>'
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Time: 167 mins, 10.13 secs; Memory: 826.01MB

19632.log.txt (94,550 bytes)   
gabrieljenik

gabrieljenik

2024-08-05 16:29

manager   ~80740

Let me know about next steps...

tibor.pacalat

tibor.pacalat

2024-08-06 09:32

administrator   ~80743

@gabrieljenik do you want to tackle these changes in separate tickets? Like one for Pear, one for TCPDF etc.

gabrieljenik

gabrieljenik

2024-08-06 14:54

manager   ~80750

Yes, I think it would be the best. Also, not sure if these updates should be done on DEV

tibor.pacalat

tibor.pacalat

2024-08-06 15:21

administrator   ~80751

Yeah I would say on dev first. I will create sub tickets.

tibor.pacalat

tibor.pacalat

2024-08-08 14:19

administrator   ~80762

Ok, created tickets, please @gabrieljenik and @DenisChenu assign yourselves to these tickets.

https://bugs.limesurvey.org/view.php?id=19685
https://bugs.limesurvey.org/view.php?id=19686
https://bugs.limesurvey.org/view.php?id=19687
https://bugs.limesurvey.org/view.php?id=19688
https://bugs.limesurvey.org/view.php?id=19689
https://bugs.limesurvey.org/view.php?id=19690
https://bugs.limesurvey.org/view.php?id=19691
https://bugs.limesurvey.org/view.php?id=19692
https://bugs.limesurvey.org/view.php?id=19693

gabrieljenik

gabrieljenik

2024-08-14 20:38

manager   ~80764

We should create a new branch v8.3 based on DEV.
New PRs should point to that new branch. When all v8.3 is ready we can push to DEV.

What do you think?

tibor.pacalat

tibor.pacalat

2024-08-15 13:23

administrator   ~80768

Why not update one by one on dev?

Issue History

Date Modified Username Field Change
2024-06-26 17:06 tibor.pacalat New Issue
2024-06-26 17:06 tibor.pacalat Assigned To => gabrieljenik
2024-06-26 17:06 tibor.pacalat Status new => assigned
2024-06-26 17:06 tibor.pacalat Relationship added related to 19487
2024-06-26 17:07 tibor.pacalat Relationship added related to 19550
2024-06-26 17:07 tibor.pacalat Relationship added related to 18802
2024-06-26 17:13 DenisChenu Note Added: 80473
2024-06-26 17:13 DenisChenu Bug heat 0 => 2
2024-06-26 17:18 DenisChenu Note Added: 80476
2024-06-26 17:37 tibor.pacalat Summary Make Limesurvey compatible with php3.8 => Make Limesurvey compatible with php8.3
2024-08-05 16:29 gabrieljenik Note Added: 80739
2024-08-05 16:29 gabrieljenik File Added: 19632.log.txt
2024-08-05 16:29 gabrieljenik Bug heat 2 => 4
2024-08-05 16:29 gabrieljenik Note Added: 80740
2024-08-06 09:32 tibor.pacalat Note Added: 80743
2024-08-06 09:32 tibor.pacalat Bug heat 4 => 6
2024-08-06 14:54 gabrieljenik Note Added: 80750
2024-08-06 15:21 tibor.pacalat Note Added: 80751
2024-08-08 14:19 tibor.pacalat Note Added: 80762
2024-08-14 20:38 gabrieljenik Note Added: 80764
2024-08-15 13:23 tibor.pacalat Note Added: 80768