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

ipam php8.3 pingCheck reports warning Undefined property: Net_DNS2_RR_CNAME::$ptrdname #4096

Open
hknet opened this issue Apr 29, 2024 · 1 comment

Comments

@hknet
Copy link

hknet commented Apr 29, 2024

after upgrading phpipam to 1.6 and moving to php8.3, the pingCheck.php cronjob reports this:

php8.3 /functions/scripts/pingCheck.php
pingCheck: Scan start, 2844 IPs
PHP Warning: Undefined property: Net_DNS2_RR_CNAME::$ptrdname in /functions/classes/class.DNS.php on line 292
pingCheck: Scan complete, 0 updates

going back to php7.4 removes the warning from cronjob-reports and everything works.

Am I right to assume that this cronjob can use php7.4, while the webinterface uses 8.3 is a non-issue?

Regards, hk

@GaryAllan
Copy link
Collaborator

right to assume that this cronjob can use php7.4, while the webinterface uses 8.3 is a non-issue?

Should be a non-issue. I'll add a fix to the development branch for the next release.

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

No branches or pull requests

2 participants