Commit:    bd677b43a78ebc0779ed64781172225d15b35671
Author:    Anatol Belski <a...@php.net>         Wed, 28 Aug 2013 15:10:05 +0200
Parents:   5a525bc823c6defbba151f05b9c729de11f4ff5b
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=bd677b43a78ebc0779ed64781172225d15b35671

Log:
removed the /Wp64 switch as we use true 64 bit compiler now

Changed paths:
  M  win32/build/config.w32
  M  win32/build/config.w32.phpize.in


Diff:
diff --git a/win32/build/config.w32 b/win32/build/config.w32
index 3face08..3401205 100644
--- a/win32/build/config.w32
+++ b/win32/build/config.w32
@@ -155,7 +155,7 @@ if (VCVERS >= 1400) {
        // disable annoying warnings.  In addition, time_t defaults
        // to 64-bit.  Ask for 32-bit.
        if (X64) {
-               ADD_FLAG('CFLAGS', ' /wd4996 /Wp64 ');
+               ADD_FLAG('CFLAGS', ' /wd4996 ');
        } else {
                ADD_FLAG('CFLAGS', ' /wd4996 /D_USE_32BIT_TIME_T=1 ');
        }
diff --git a/win32/build/config.w32.phpize.in b/win32/build/config.w32.phpize.in
index b8bf45e..7b3b406 100644
--- a/win32/build/config.w32.phpize.in
+++ b/win32/build/config.w32.phpize.in
@@ -134,7 +134,7 @@ if (VCVERS >= 1400) {
        // disable annoying warnings.  In addition, time_t defaults
        // to 64-bit.  Ask for 32-bit.
        if (X64) {
-               ADD_FLAG('CFLAGS', ' /wd4996 /Wp64 ');
+               ADD_FLAG('CFLAGS', ' /wd4996 ');
        } else {
                ADD_FLAG('CFLAGS', ' /wd4996 /D_USE_32BIT_TIME_T=1 ');
        }


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to