|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-02-15 11:27 UTC] kalle@php.net
-Status: Open
+Status: Assigned
[2011-02-15 11:27 UTC] kalle@php.net
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: kalle
[2011-02-18 11:49 UTC] hankmanw7 at home dot nl
[2015-03-29 04:27 UTC] kalle@php.net
-Status: Assigned
+Status: Closed
[2015-06-09 08:02 UTC] wenz@php.net
[2015-06-10 10:10 UTC] wenz@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 19:00:01 2025 UTC |
Description: ------------ Php echoes incorrect information about the OS Test script: --------------- Running on Windows 7 Professional edition: $build = php_uname('v'); /* Version information */ echo $build; Results in: build 7600 (Unknow Windows version Business Edition) Expected result: ---------------- build 7600 (Windows 7 Professional Edition) Actual result: -------------- build 7600 (Unknow Windows version Business Edition)