if ARM is big endian - don't define IEEE_LITTLE_ENDIAN
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Apr 2006, PHP 5.1.3
+- Fixed bug #37062 (compile failure on ARM architecture). (Tony)
- Fixed bug #37061 (curl_exec() doesn't zero-terminate binary strings). (Tony)
- Fixed bug #37060 (Type of retval of Countable::count() is not checked).
(Johannes)
* but the word order is big endian.
*/
#define IEEE_BIG_ENDIAN
+#undef IEEE_LITTLE_ENDIAN
#endif
#ifdef __vax__