php-src/ext/curl
Christoph M. Becker 06c41ec6c5
Run curl_setopt_ssl.phpt on Windows, too (GH-16086)
The whole point of using `proc_open()` to execute `openssl s_client` is
that we can terminate the process when we're done.  However, when going
through the shell on Windows, we get a handle to the shell process, and
if we terminate that, the grandchild will stay open.  Since the pipes
of the grandchild will stay open, the PHP process will not terminate
either, so the test stalls.

We solve this by simply bypassing the shell.
2025-01-28 01:14:10 +01:00
..
tests Run curl_setopt_ssl.phpt on Windows, too (GH-16086) 2025-01-28 01:14:10 +01:00
config.m4 Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +02:00
config.w32 Factor out SETUP_ZLIB_LIB() (GH-16798) 2024-11-27 18:35:34 +01:00
CREDITS
curl.stub.php RFC: Add CurlSharePersistentHandle objects (#16937) 2025-01-06 21:52:00 +01:00
curl_arginfo.h RFC: Add CurlSharePersistentHandle objects (#16937) 2025-01-06 21:52:00 +01:00
curl_file.c Make lots of string pointers const (#10646) 2023-02-21 14:01:37 +00:00
curl_file.stub.php Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
curl_file_arginfo.h Generated arginfo header files: use known strings for prop names when… (#15751) 2024-09-30 13:22:34 +02:00
curl_private.h RFC: Add CurlSharePersistentHandle objects (#16937) 2025-01-06 21:52:00 +01:00
interface.c RFC: Add CurlSharePersistentHandle objects (#16937) 2025-01-06 21:52:00 +01:00
multi.c Fix curl_multi_exec() overflow message (GH-17078) 2024-12-13 16:06:39 +01:00
php_curl.h RFC: Add CurlSharePersistentHandle objects (#16937) 2025-01-06 21:52:00 +01:00
share.c RFC: Add CurlSharePersistentHandle objects (#16937) 2025-01-06 21:52:00 +01:00
sync-constants.php ext/curl: Add CURLOPT_DEBUGFUNCTION option (GH-15674) 2024-09-24 10:56:56 +02:00