Skip to content

PHP 8.4 php_uname ValueError#57

Merged
JanEbbing merged 1 commit intoDeepLcom:mainfrom
jochensengier:main
Nov 29, 2024
Merged

PHP 8.4 php_uname ValueError#57
JanEbbing merged 1 commit intoDeepLcom:mainfrom
jochensengier:main

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