|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2011-07-29 21:30 UTC] todesw1nd at hotmail dot com
 
-PHP Version: 5.3.7RC4
+PHP Version: 5.3.7RC3
  [2011-07-29 21:30 UTC] todesw1nd at hotmail dot com
  [2011-07-29 23:41 UTC] pajoye@php.net
 
-Status: Open
+Status: Feedback
  [2011-07-29 23:41 UTC] pajoye@php.net
  [2011-07-30 00:32 UTC] todesw1nd at hotmail dot com
 
-Status: Feedback
+Status: Open
  [2011-07-30 00:32 UTC] todesw1nd at hotmail dot com
  [2011-07-30 11:28 UTC] pajoye@php.net
 
-Status: Open
+Status: Feedback
  [2011-07-30 11:28 UTC] pajoye@php.net
  [2011-07-30 11:46 UTC] todesw1nd at hotmail dot com
 
-Status: Feedback
+Status: Open
  [2011-07-30 11:46 UTC] todesw1nd at hotmail dot com
  [2015-06-05 14:59 UTC] cmb@php.net
 
-Status:      Open
+Status:      Feedback
-Assigned To:
+Assigned To: cmb
  [2015-06-05 14:59 UTC] cmb@php.net
  [2015-06-08 15:03 UTC] wenz@php.net
  [2015-06-10 19:57 UTC] ab@php.net
 
-Status: Feedback
+Status: Closed
  [2015-06-10 19:57 UTC] ab@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 20:00:01 2025 UTC | 
Description: ------------ using the php_uname function with e.g. the 'v' flag gives a description that does not exactly match the operating system installed. this is a very minor thing, but i think i might report it ;) ps: i don't know if that's important, but its a standard x86_64 edition of win7 with service pack 1 installed as already mentioned above. Test script: --------------- echo php_uname('v'); Expected result: ---------------- build 7601 (Windows 7 Professional Service Pack 1) Actual result: -------------- build 7601 (Unknow Windows version Business Edition Service Pack 1)