mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
Different manufacturer models may come with a different endianness (motorola/intel) format. In order to avoid a big refactor and a gigantic lookup table, this commit simply attempts to switch the endianness and proceed when values are acceptable. Closes GH-5849.