From: Stanislav Malyshev Date: Tue, 29 May 2007 19:44:24 +0000 (+0000) Subject: fix build on msvc 8 X-Git-Tag: RELEASE_1_4~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbfe5d3173bd9714fcdfca519ba677d97291706c;p=php fix build on msvc 8 --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index e14f023e53..b321531873 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -126,7 +126,7 @@ if (VCVERS >= 14) { if (X64) { ADD_FLAG('CFLAGS', ' /wd4996 /Wp64 '); } else { - ADD_FLAG('CFLAGS', ' /wd4996 '); + ADD_FLAG('CFLAGS', ' /wd4996 /D_USE_32BIT_TIME_T=1 '); } if (PHP_DEBUG == "yes") {