Good morning
Is it possible to update phpmysql?
There are several warnings and errors with version 4.7, maybe with the new version 4.9 stable it is fixed.
I use Debian
Deprecation Notice in ./libraries/DatabaseInterface.php#518
Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)
Deprecation Notice in ./libraries/URL.php#265
Array and string offset access syntax with curly braces is deprecated
Deprecation Notice in ./libraries/DatabaseInterface.php#518
Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)
Deprecation Notice in ./libraries/URL.php#265
Array and string offset access syntax with curly braces is deprecated
Thanks