[GIT-PULLS] [php-src] PR #23208: ext/curl/config.m4: include string.h for test using strncmp()
[email protected] (orlitzky)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23208 Author: orlitzky https://github.com/php/php-src/commit/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.