
23 May
2017
23 May
'17
9:07 a.m.
Branch: refs/heads/master Home: https://github.com/phpmyadmin/motranslator Commit: f3b2b6a41dc3e8c8503cebc08187ee0b108974e1 https://github.com/phpmyadmin/motranslator/commit/f3b2b6a41dc3e8c8503cebc081... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-23 (Tue, 23 May 2017) Changed paths: M src/StringReader.php Log Message: ----------- Add workaround for unpack on 32-bit platforms The unpach can return signed value when asking for unsigned when the signed value doesn't fit into PHP integer. Fixes #15 Signed-off-by: Michal Čihař <michal@cihar.com>