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

Fix #922 for php_uname disabled #927

Merged
merged 1 commit into from
Aug 13, 2019
Merged

Fix #922 for php_uname disabled #927

merged 1 commit into from
Aug 13, 2019

Conversation

ezimuel
Copy link
Contributor

@ezimuel ezimuel commented Aug 8, 2019

This PR fixes #922 issue checking if php_uname() is disabled. I used this function only to retrieve the OS version. The OS name is now retrieved using the PHP_OS constant.

Copy link
Contributor

@philkra philkra left a comment

Choose a reason for hiding this comment

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

LGTM

@philkra philkra added the 7.0 label Aug 12, 2019
@ezimuel ezimuel merged commit 697f8e8 into elastic:master Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

php_uname is commonly included in disabled_functions
2 participants