File php-5.1.2-arm_fp_endianness.patch of Package php
--- Zend/zend_strtod.c +++ Zend/zend_strtod.c @@ -129,6 +129,7 @@ * byte and word endianness. The byte order is still little endian * but the word order is big endian. */ +#undef IEEE_LITTLE_ENDIAN #define IEEE_BIG_ENDIAN #endif