Opened 3 years ago
Closed 23 months ago
#60429 closed defect (bug) (wontfix)
Deprecated: Implicit conversion from float to int loses precision
| Reported by: | retrovertigo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | |
| Severity: | minor | Keywords: | close |
| Cc: | Focuses: |
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 (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Line 208 is in
MO::get_byteorder():