php-src/ext/curl
Niels Dossche 8e620b4ecb Fix GH-10928: PHP Build Failed - Test curl_version() basic functionality [ext/curl/tests/curl_version_basic_001.phpt]
It's possible that curl was compiled without SSL, and/or without libz
support. In the case of the issue reporter it was without libz support.
This causes the test to fail because we expect a non-empty string.
Fix it by using %S instead of %s to allow empty strings.

Closes GH-10930.
2023-03-25 18:15:20 +01:00
..
tests Fix GH-10928: PHP Build Failed - Test curl_version() basic functionality [ext/curl/tests/curl_version_basic_001.phpt] 2023-03-25 18:15:20 +01:00
config.m4 Private/public split curl header 2020-09-07 11:12:41 +02:00
config.w32 Allow PHP_CURL_APIs to be imported by DLLs 2020-11-24 14:12:39 +01:00
CREDITS
curl_arginfo.h Generate optimizer func info from stubs for ext/curl, ext/mysqli, ext/pcre (#7407) 2021-08-26 17:11:45 +02:00
curl_file_arginfo.h Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
curl_file.c Add RETURN/RETVAL_COPY_DEREF() macros 2021-07-22 09:44:19 +02:00
curl_file.stub.php Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
curl_private.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
curl.stub.php Generate optimizer func info from stubs for ext/curl, ext/mysqli, ext/pcre (#7407) 2021-08-26 17:11:45 +02:00
interface.c ext/curl: suppress -Wdeprecated-declarations in curl_arginfo.h 2023-03-22 20:57:41 +01:00
multi.c Not serializable flag permeation 2021-07-20 12:28:35 +02:00
php_curl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
share.c Not serializable flag permeation 2021-07-20 12:28:35 +02:00
sync-constants.php [ci skip] Update the min curl version in the sync-constants.php script 2021-12-23 13:43:32 +01:00