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

0.98 php8 deprecation fixes and small improvements #317

Open
wants to merge 16 commits into
base: 0.98-php8
Choose a base branch
from

Conversation

amshikov
Copy link

@amshikov amshikov commented Jun 7, 2024

Mostly there are fixes for deprecated functions in PHP 8.X.
Except that there are some improvements in Special Tokens processing, added possibility to edit quoted values in editor (for example, parameters in TARGET which contain spaces), added simple rrdtool binary path detection, incomment/outcomment now can be referenced in Special Tokens, etc.

amshikov and others added 16 commits August 17, 2022 18:57
Update jQuery to latest version 3.6.0.
Replace it with own function to keep backward compatibility with existing
configuration.
* Make object properties dialog bigger
Fix: PHP Fatal error:  Uncaught TypeError: Unsupported operand types: string / int in /data/noc/weathermap/lib/WeatherMap.functions.php:1780
	Creation of dynamic property WeatherMap::* is deprecated
	Creation of dynamic property WeatherMapNode::* is deprecated
	Creation of dynamic property WeatherMapDataSource_fping::* is deprecated
	Creation of dynamic property WeatherMapDataSource_snmp::* is deprecated
	Creation of dynamic property WeatherMapDataSource_snmp2c::* is deprecated
	PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /data/noc/weathermap/lib/datasources/WeatherMapDataSource_mrtg.php
Fix one more deprecation warning.
Make it possible to edit quoted strings in editor.
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

Successfully merging this pull request may close these issues.

1 participant