I think my issue is identical to #25834 but I thought that was resolved. Was it, or is that still forthcoming?
In my dev environment with all error reporting on I receive
"Deprecated: Array and string offset access syntax with curly braces is deprecated in \libraries\vendor\joomla\string\src\phputf8\utils\unicode.php on line 46
Error: Failed to start application: Failed to start the session"
Code at line 46 is: $in = ord($str{$i});
Joomla 3.9.20 (an upgrade not fresh install)
PHP 7.4.8
WAMP on Windows machine
Thank you.
This specific instance was fixed after 1.4.3 was released.
so we just need to tag a new 1.4.4 or ?
done
Labels |
Added:
?
|
@HLeithner OK to close per PR #31428?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-11-21 08:06:53 |
Closed_By | ⇒ | HLeithner |
Yes thx
it seems has been fixed in https://github.com/joomla-framework/string/releases/tag/1.4.3
ping @HLeithner