pajoye                                   Sun, 30 May 2010 07:36:19 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=299959

Log:
- ws

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/standard/info.c
    U   php/php-src/trunk/ext/standard/info.c

Modified: php/php-src/branches/PHP_5_3/ext/standard/info.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/info.c    2010-05-30 05:55:54 UTC 
(rev 299958)
+++ php/php-src/branches/PHP_5_3/ext/standard/info.c    2010-05-30 07:36:19 UTC 
(rev 299959)
@@ -281,7 +281,7 @@
        }

        if (VER_PLATFORM_WIN32_NT==osvi.dwPlatformId && osvi.dwMajorVersion > 4 
) {
-               if (osvi.dwMajorVersion == 6 && osvi.dwMinorVersion == 0 )      
{
+               if (osvi.dwMajorVersion == 6 && osvi.dwMinorVersion == 0 ) {
                        if (osvi.wProductType == VER_NT_WORKSTATION) {
                                major = "Windows Vista";
                        } else {

Modified: php/php-src/trunk/ext/standard/info.c
===================================================================
--- php/php-src/trunk/ext/standard/info.c       2010-05-30 05:55:54 UTC (rev 
299958)
+++ php/php-src/trunk/ext/standard/info.c       2010-05-30 07:36:19 UTC (rev 
299959)
@@ -346,7 +346,7 @@
                        }
                }

-               if ( osvi.dwMajorVersion == 5 && osvi.dwMinorVersion == 2 )     
{
+               if ( osvi.dwMajorVersion == 5 && osvi.dwMinorVersion == 2 ) {
                        if (GetSystemMetrics(SM_SERVERR2))
                                major = "Windows Server 2003 R2";
                        else if (osvi.wSuiteMask == VER_SUITE_STORAGE_SERVER)

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

Reply via email to