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
When running the latest progpilot out of the box, terminal is flooded with PHP Deprecated warnings.
Here is an example output.
$ php progpilot_v1.0.2.phar
Deprecated: Creation of dynamic property progpilot\Context::$tmpfunctions is deprecated in phar:///app/progpilot_v1.0.2.phar/vendor/progpilot/package/src/progpilot/ContextInternalApi.php on line 78
Deprecated: Using ${var}in strings is deprecated, use {$var} instead in phar:///app/progpilot_v1.0.2.phar/vendor/ircmaxell/php-cfg/lib/PHPCfg/Parser.php on line 1437
When running the latest progpilot out of the box, terminal is flooded with PHP Deprecated warnings.
Here is an example output.
This happens at least in PHP 8.2 and 8.3.
The text was updated successfully, but these errors were encountered: