From: Operating system: Windows PHP version: 5.3SVN-2011-07-21 (SVN) Package: Unknown/Other Function Bug Type: Bug Bug description:Windows Version Detecting Error
Description: ------------ In PHP 5.3, and of course all version before it, Windows 7 is detected as 6.2, which would be Windows 8, which isn't released. So Windows 7, as 6.1 will turn into Unknow Windows version.(It's also should be Unknown, not Unknow). Test script: --------------- <?php echo php_uname('v'); Expected result: ---------------- build 7601 (Windows 7 Ultimate Edition Service Pack 1) This is from my patch. Actual result: -------------- build 7601 (Unknow Windows version Ultimate Edition Service Pack 1) -- Edit bug report at https://bugs.php.net/bug.php?id=55258&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=55258&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=55258&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=55258&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=55258&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=55258&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=55258&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=55258&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=55258&r=needscript Try newer version: https://bugs.php.net/fix.php?id=55258&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=55258&r=support Expected behavior: https://bugs.php.net/fix.php?id=55258&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=55258&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=55258&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=55258&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=55258&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=55258&r=dst IIS Stability: https://bugs.php.net/fix.php?id=55258&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=55258&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=55258&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=55258&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=55258&r=mysqlcfg