← Back to team overview

anewt-developers team mailing list archive

[Bug 503538] [NEW] MySQL's BIGINT doesn't fir into PHP integer values

 

Public bug reported:

The MySQL database backend tries to convert BIGINT values
(MYSQLI_TYPE_LONGLONG) into native PHP integer types. This overflows on
32bits platforms.

Suggested fix: don't cast the value of MYSQLI_TYPE_LONGLONG fields
unless PHP_INT_SIZE >= 8.

** Affects: anewt
     Importance: Medium
         Status: Confirmed


** Tags: database

-- 
MySQL's BIGINT doesn't fir into PHP integer values
https://bugs.launchpad.net/bugs/503538
You received this bug notification because you are a member of Anewt
developers, which is subscribed to Anewt.



Follow ups

References