1.5.24 ?It isn't compatible with XF 1.5.23 though.
Code:ErrorException: Trying to access array offset on value of type bool - library/XenForo/ControllerPublic/Member.php:360
Still on XenForo 1.5.23 as licensed has expired already.1.5.24 ?
I pretty much doubt that there will be a 1.5.25 as XF 1.5 is EOL and hasn't got updated since may.Centmin Mod latest beta has updated PHP 7.4.0 GA stable support now https://community.centminmod.com/threads/php-7-4-0-ga-stable-release-coming-soon.18727/ just need for Xenforo 1.5 and 2.1 to support it too
FILE: vendor/braintree/braintree_php/lib/Braintree/Digest.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
53 | WARNING | [x] Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $innerPad{$i}
53 | WARNING | [x] Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $keyDigest{$i}
53 | WARNING | [x] Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $innerPad{$i}
54 | WARNING | [x] Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $outerPad{$i}
54 | WARNING | [x] Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $keyDigest{$i}
54 | WARNING | [x] Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $outerPad{$i}
---------------------------------------------------------------------------------------------------------------------------------------------
FILE: vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
-----------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------------
53 | WARNING | Function get_magic_quotes_runtime() is deprecated since PHP 7.4
-----------------------------------------------------------------------------------------------------------
FILE: vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php
------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 5 LINES
------------------------------------------------------------------------------------------------------------
67 | WARNING | Function get_magic_quotes_runtime() is deprecated since PHP 7.4
------------------------------------------------------------------------------------------------------------
FILE: vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
187 | WARNING | Passing the $glue and $pieces parameters in reverse order to implode has been deprecated since PHP 7.4; $glue should be the first parameter and
| | $pieces the second
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Looks interesting, is it tied only to opcache?I believe it is. Really curious what the new preloading function can do for XF.
Looks interesting, is it tied only to opcache?
Also remember you'll need to restart the server (php-fpm is sufficient if you're using it) every time you want to reload the in-memory files. This might seem obvious for most, but still worth the mention.
Guess it was wishful thinkingYeah XF 2.1 should be ok.
XF 2.0 and XF 1.5 probably won't work and these versions are no longer supported so will not be patched to have PHP 7.4 support.
We use essential cookies to make this site work, and optional cookies to enhance your experience.