You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSVC 14 complains about possible loss of data due to zend_long to int
conversion in db_sdn_to_gregorian(). We fix that by constraining sdn to
the required range (0001-01-01 .. 9999-12-31), showing that temp never
exceeds int range (32bit for all supported architectures), and
consequently declaring temp as int.
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340808 c90b9560-bf6c-de11-be94-00142212c4b1
0 commit comments