Skip to content

ext/curl/config.m4: include string.h for test using strncmp() - #23208

Open
orlitzky wants to merge 1 commit into
php:PHP-8.5from
orlitzky:strncmp-needs-string-h
Open

ext/curl/config.m4: include string.h for test using strncmp()#23208
orlitzky wants to merge 1 commit into
php:PHP-8.5from
orlitzky:strncmp-needs-string-h

Conversation

@orlitzky

Copy link
Copy Markdown
Contributor

2ecafd41ba updates one of the curl ./configure tests to use strncmp(), but that function may not be defined unless string.h is included. We add it here.

Commit 2ecafd4 updates one of the curl ./configure tests to use
strncmp(), but that function may not be defined unless string.h is
included. We add it here.
@orlitzky

Copy link
Copy Markdown
Contributor Author

cc @bukka

Sign up for free to 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.

1 participant