From: Rasmus Lerdorf Date: Thu, 6 Jan 2011 22:48:20 +0000 (+0000) Subject: Fix bug #53682 X-Git-Tag: php-5.3.6RC1~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9107b209ea9f67f801362d31c599486299466250;p=php Fix bug #53682 --- diff --git a/NEWS b/NEWS index 51fdd83d5d..cde7e9a572 100644 --- 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 diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c index 2ad08fd5d2..cd7cedd708 100644 --- a/Zend/zend_strtod.c +++ b/Zend/zend_strtod.c @@ -164,6 +164,7 @@ typedef unsigned long int uint32_t; #ifdef __vax__ #define VAX +#undef IEEE_LITTLE_ENDIAN #endif #if defined(_MSC_VER)