PHP Deprecated syntax warnings
-
Please be advised that the following warnings occur with PHP 7.4:
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /wp-content/plugins/broken-link-checker/idn/idna_convert.class.php on line 370 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /wp-content/plugins/broken-link-checker/idn/idna_convert.class.php on line 384 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /wp-content/plugins/broken-link-checker/idn/idna_convert.class.php on line 776 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /wp-content/plugins/broken-link-checker/idn/idna_convert.class.php on line 907 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /wp-content/plugins/broken-link-checker/idn/transcode_wrapper.php on line 95 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated /wp-content/plugins/broken-link-checker/idn/transcode_wrapper.php on line 122
The fix can be achieved by changing the curly brackets to square brackets.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Deprecated syntax warnings’ is closed to new replies.