We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code:
<?php echo php_uname(); ?>
Resulted in this output:
Windows NT HOMEPC 10.0 build 22000 (Windows 10) AMD64
But I expected this output instead:
Windows NT HOMEPC 10.0 build 22000 (Windows 11) AMD64
8.1.1
Windows 11
The text was updated successfully, but these errors were encountered:
Yes, this is not correct, but I already commented on PR #7816, that I think this is more a feature request than a bug fix.
Sorry, something went wrong.
f82593d
Merge branch 'PHP-8.1'
383bdbc
* PHP-8.1: Fix GH-7815: php_uname doesn't recognise latest Windows versions
Successfully merging a pull request may close this issue.
Description
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
8.1.1
Operating System
Windows 11
The text was updated successfully, but these errors were encountered: