mirror of
https://github.com/php/php-src.git
synced 2026-04-20 14:31:06 +02: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.