]> granicus.if.org Git - php/commitdiff
Fix bug #53682
authorRasmus Lerdorf <rasmus@php.net>
Thu, 6 Jan 2011 22:48:20 +0000 (22:48 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 6 Jan 2011 22:48:20 +0000 (22:48 +0000)
NEWS
Zend/zend_strtod.c

diff --git a/NEWS b/NEWS
index 51fdd83d5d4079353bc2b5cdfc6ca6eff5363259..cde7e9a5724c6a6b37c4f23eb78c5eb1090209d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@
     (Ilia)
   . Fixed bug #48607 (fwrite() doesn't check reply from ftp server before
     exiting). (Ilia)
+  . Fixed bug #53682 (Fix compile on the VAX). (Rasmus, jklos)
 
 - Calendar extension:
   . Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
index 2ad08fd5d2d2dc108ff64b7731b0723f87e82176..cd7cedd70807b620a6eea9a8806c028714ba519e 100644 (file)
@@ -164,6 +164,7 @@ typedef unsigned long int uint32_t;
 
 #ifdef __vax__
 #define VAX
+#undef IEEE_LITTLE_ENDIAN
 #endif
 
 #if defined(_MSC_VER)