Vince42 wrote:
It used to work like charme (integers were converted into integers etc)
Note that databases can return 64-bit integers, which a 32-bit PHP binary would not support.
For this reason, database extensions return all data values as PHP strings, regardless of the SQL data type.
Regards, Bill Karwin
