标签: php
我有表结构:
CREATE TABLE `notes` ( `id` int(5) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `tf` BIT(1), PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8;
当显示表中的值时,而不是位值,我有18位数。 会发生什么!?
只有php 7.1.1才会出现此问题。 与其他版本(5.x,7.0.x,7.1.0)正确运行