Opened 8 months ago
Last modified 6 months ago
#60429 new defect (bug)
Deprecated: Implicit conversion from float to int loses precision
Reported by: | retrovertigo | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | |
Component: | I18N | Keywords: | close |
Focuses: | Cc: |
Description
Describe the bug
Running WordPress 6.4.3 this PHP warning comes up:
Deprecated: Implicit conversion from float 4294967295 to int loses precision in /var/www/html/wp-includes/pomo/mo.php on line 208
To Reproduce
- Run WordPress 6.4.3
- Switch on WP_DEBUG and WP_DEBUG_DISPLAY
- Load the site
- See warning printed out
See https://github.com/LeoColomb/pomo/issues/16 for a screenshot.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Line 208 is in
MO::get_byteorder()
: