Skip to content
New issue

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

PHP 8.4 php_uname ValueError #57

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

jochensengier
Copy link
Contributor

This is a quick fix for the ValueError that occurs on PHP 8.4

See: #54

Copy link
Member

@JanEbbing JanEbbing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Output on my machine (v is fairly verbose on mac, but is the version of the OS, which I think is quite useful information to decide what we support in the future):

php > var_dump(\php_uname('s') . ' ' . \php_uname('r') . ' ' . \php_uname('v') . \php_uname('m'));
string(127) "Darwin 23.6.0 Darwin Kernel Version 23.6.0: Thu Sep 12 23:35:29 PDT 2024; root:xnu-10063.141.1.701.1~1/RELEASE_ARM64_T6000arm64"

@JanEbbing JanEbbing merged commit cec309d into DeepLcom:main Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants