[Minor deprecation warning] Implicit conversion from float NAN to int
-
Hi there,
This is not a bug, just a deprecation warning for PHP8.1+ (or 8.0?).
And I only came a cross it while debugging, explicitly displaying it by setting
define('WP_DEBUG_DISPLAY', true);
Deprecated: Implicit conversion from float NAN to int loses precision in /[...]/wp-content/plugins/post-smtp/Postman/PostmanUtils.php on line 215
https://php.watch/versions/8.1/deprecate-implicit-conversion-incompatible-float-string
The output of that deprecation message then also triggers a warning and stops the page rendering.
Warning: Cannot modify header information - headers already sent by (output started at /[...]/wp-content/plugins/post-smtp/Postman/PostmanUtils.php:215) in /[...]/wp-admin/includes/misc.php on line 1431
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Minor deprecation warning] Implicit conversion from float NAN to int’ is closed to new replies.