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

PHP 8.4 support #132

Open
devpacdd opened this issue Nov 18, 2024 · 2 comments
Open

PHP 8.4 support #132

devpacdd opened this issue Nov 18, 2024 · 2 comments

Comments

@devpacdd
Copy link

There are several deprecation notices running Linfo like:

[type] => 8192
[message] => Creation of dynamic property Linfo\OS\Darwin::$systemProfiler is deprecated
[file] => /Users/paco/Trabajos/Dedalo/v6/master_dedalo/lib/vendor/linfo/linfo/src/Linfo/OS/Darwin.php
[line] => 76

A revision for the latest PHP versions would be great.

Thank you very much for your great work.

@jrgp
Copy link
Owner

jrgp commented Nov 18, 2024

Thanks for reaching out and for the kind words!

I think I fixed that mac one per 319f5af

Can you paste me some of the other warnings you're seeing?

@jrgp
Copy link
Owner

jrgp commented Nov 19, 2024

I don't see warnings anymore when I test it on php8.4 on debian per:

docker run --network=host -it --rm --name my-running-script -v "$PWD":`pwd` -w `pwd` php:8.4.0RC4-cli-bullseye php -S 0:8081 index.php

Please lmk if you're seeing warnings

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

2 participants