Skip to content

fix: handle GNU specific versions of strerror_r() - #11882

Closed
dunglas wants to merge 1 commit into
php:PHP-8.1from
dunglas:patch-10141-strerror-r-8.1
Closed

fix: handle GNU specific versions of strerror_r() #11882
dunglas wants to merge 1 commit into
php:PHP-8.1from
dunglas:patch-10141-strerror-r-8.1

Conversation

@dunglas

@dunglasdunglas commented Aug 5, 2023

Copy link
Copy Markdown
Member

Finishes #11624. Uses AC_FUNC_STRERROR_R to detect if we can use the POSIX version or not.

@dunglas
dunglas changed the base branch from master to PHP-8.1August 5, 2023 16:07
@dunglas
dunglasforce-pushed the patch-10141-strerror-r-8.1 branch 2 times, most recently from f7e7b19 to 7effd19CompareAugust 5, 2023 16:49
@dunglas
dunglas marked this pull request as ready for review August 5, 2023 17:06
@dunglas
dunglasforce-pushed the patch-10141-strerror-r-8.1 branch from 7effd19 to 7690cbfCompareAugust 5, 2023 17:08
@dunglasdunglas mentioned this pull request Aug 5, 2023

@devnexendevnexen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LCTM

@devnexen

Copy link
Copy Markdown
Member

Thank you !

@dunglas
dunglas deleted the patch-10141-strerror-r-8.1 branch August 7, 2023 21:30
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dunglas@devnexen@Girgias