stas Tue May 29 19:44:24 2007 UTC Modified files: /php-src/win32/build config.w32 Log: fix build on msvc 8 http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.66&r2=1.67&diff_format=u Index: php-src/win32/build/config.w32 diff -u php-src/win32/build/config.w32:1.66 php-src/win32/build/config.w32:1.67 --- php-src/win32/build/config.w32:1.66 Wed Apr 18 09:48:07 2007 +++ php-src/win32/build/config.w32 Tue May 29 19:44:24 2007 @@ -1,5 +1,5 @@ // vim:ft=javascript -// $Id: config.w32,v 1.66 2007/04/18 09:48:07 rrichards Exp $ +// $Id: config.w32,v 1.67 2007/05/29 19:44:24 stas Exp $ // "Master" config file; think of it as a configure.in // equivalent. @@ -126,7 +126,7 @@ 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") {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php