Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated things under PHP 8.2 #664

Open
alphaChris opened this issue Dec 6, 2023 · 0 comments
Open

Deprecated things under PHP 8.2 #664

alphaChris opened this issue Dec 6, 2023 · 0 comments

Comments

@alphaChris
Copy link

I have some things running under PHP 8.2. are outdated. Will there be an update for this?

As an example:
`
[06-Dec-2023 13:56:34 Europe/Berlin] PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /localhost/folder/public/vendor/less/lessc.inc.php on line 1366

[06-Dec-2023 13:56:34 Europe/Berlin] PHP Deprecated: Creation of dynamic property lessc_parser::$eatWhiteDefault is deprecated in /localhost/folder/public/vendor/less/lessc.inc.php on line 2429

[06-Dec-2023 13:56:34 Europe/Berlin] PHP Deprecated: Creation of dynamic property lessc_parser::$lessc is deprecated in /localhost/folder/public/vendor/less/lessc.inc.php on line 2431

[06-Dec-2023 13:56:34 Europe/Berlin] PHP Deprecated: Creation of dynamic property lessc_parser::$sourceName is deprecated in /localhost/folder/public/vendor/less/lessc.inc.php on line 2433

[06-Dec-2023 13:56:34 Europe/Berlin] PHP Deprecated: Creation of dynamic property lessc_parser::$writeComments is deprecated in /localhost/folder/public/vendor/less/lessc.inc.php on line 2435

[06-Dec-2023 13:56:34 Europe/Berlin] PHP Deprecated: Creation of dynamic property lessc_parser::$count is deprecated in /localhost/folder/public/vendor/less/lessc.inc.php on line 2452

[06-Dec-2023 13:56:34 Europe/Berlin] PHP Deprecated: Creation of dynamic property lessc_parser::$line is deprecated in /localhost/folder/public/vendor/less/lessc.inc.php on line 2453

[06-Dec-2023 13:56:34 Europe/Berlin] PHP Deprecated: Creation of dynamic property lessc_parser::$env is deprecated in /localhost/folder/public/vendor/less/lessc.inc.php on line 2455

[06-Dec-2023 13:56:34 Europe/Berlin] PHP Deprecated: Creation of dynamic property lessc_parser::$buffer is deprecated in /localhost/folder/public/vendor/less/lessc.inc.php on line 2456

[06-Dec-2023 13:56:34 Europe/Berlin] PHP Deprecated: Creation of dynamic property lessc_parser::$seenComments is deprecated in /localhost/folder/public/vendor/less/lessc.inc.php on line 2459
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant