Open devpacdd opened 2 days ago
Thanks for reaching out and for the kind words!
I think I fixed that mac one per https://github.com/jrgp/linfo/commit/319f5afded2f0fcd48c5fc93c10102bc58b0c16d
Can you paste me some of the other warnings you're seeing?
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
There are several deprecation notices running Linfo like:
A revision for the latest PHP versions would be great.
Thank you very much for your great work.