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.Dismiss alert
When the track_errors ini setting is enabled, a $php_errormsg variable is created in the
local scope when a non-fatal error occurs. Given that the preferred way of retrieving such
error information is by using error_get_last(), this feature has been deprecated.
This function(each) is far slower at iteration than a normal foreach, and causes implementation issues for some language changes. It has therefore been deprecated.
like #2610 Fixing
Move graph_export.php issue to new ticket under Plugin->GExport
And open another two ticket for thold and syslog plugin
Remove phpseclib issue from above main issue desc because phpseclib add version comparing for create_function usage
Also, lib/tree.php and graph_settings.php are not exist in Cacti 1.x. It is in my dirty env.
ddb4github
changed the title
PHP 7.2 supporting to remove deprecated $php_errormsg, create_function(), each()
PHP 7.2 supporting to remove deprecated $php_errormsg, each()
May 9, 2019
cigamit
changed the title
PHP 7.2 supporting to remove deprecated $php_errormsg, each()
PHP 7.2 supporting to remove deprecated $php_errormsg
May 11, 2019
RHEL 8.0, SLES 15, and Ubuntu 18.04 had include PHP 7.2.x Out-of-Box.
Ref: https://www.php.net/manual/en/migration72.deprecated.php:
$php_errormsg
variable is created in thelocal scope when a non-fatal error occurs. Given that the preferred way of retrieving such
error information is by using error_get_last(), this feature has been deprecated.
Possible Diff like
each
) is far slower at iteration than a normal foreach, and causes implementation issues for some language changes. It has therefore been deprecated.like #2610 Fixing
The text was updated successfully, but these errors were encountered: