You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/eccube-4.3.0/src/Eccube/Service/PluginService.php on line 473
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/eccube-4.3.0/src/Eccube/Service/PluginService.php on line 478
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/eccube-4.3.0/src/Eccube/Service/PluginService.php on line 482
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/eccube-4.3.0/src/Eccube/Service/PluginService.php on line 486
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/eccube-4.3.0/src/Eccube/Service/PluginService.php on line 681
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/eccube-4.3.0/src/Eccube/Service/PluginContext.php on line 74
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/eccube-4.3.0/src/Eccube/Service/PluginContext.php on line 78
概要(Overview)
バッチ(Command)プログラム実行時に、PHP8.2以降の非推奨コードの警告が出る
PHP8.2以降、下記のコード記述が非推奨になっている。
例:echo "This is a ${xxxx}";
修正例:echo "This is a {$xxxx}";
https://www.php.net/manual/ja/migration82.deprecated.php
再現手順(Procedure)
コマンド実行時の警告文
環境(Environment)
EC-CUBE: 4.3.0-beta
PHP: 8.3.6
DB: PostgreSQL 15.6
The text was updated successfully, but these errors were encountered: