You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Cacti signal handling has defined ticks = 1 for several years. However, as of PHP7.1, there is a new best practice to use a new function, and Cacti is not following that best practice.
Expected behavior
Cacti should follow best practices.
The text was updated successfully, but these errors were encountered:
netniV
changed the title
Cacti signal handling is not following best practices in PHP 7
Updating Signal Handling to recommended standards for PHP 7.1+
Apr 30, 2021
Describe the bug
Cacti signal handling has defined ticks = 1 for several years. However, as of PHP7.1, there is a new best practice to use a new function, and Cacti is not following that best practice.
Expected behavior
Cacti should follow best practices.
The text was updated successfully, but these errors were encountered: