1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Niels Dossche 8761c4e507 Fix GH-20240: FTP with SSL: ftp_fput(): Connection timed out on successful writes
Looking at the strace, the timeout is only 1s which may be too low
anyway for checking for a response, but some servers also don't end up
replying finally anyway and close the connection already.

`data_available` was originally used for non-blocking downloads/uploads
and then reused for the shutdown sequence, but its error handling was
never adjusted to be silent.

Closes GH-20294.
2025-10-26 23:38:09 +01:00
..
2025-10-15 19:38:51 +02:00
2025-10-07 18:33:17 +02:00
2025-09-15 14:17:32 +01:00
2025-06-01 18:21:23 +02:00
2025-05-27 20:40:35 +02:00
2024-11-27 19:54:06 +00:00
2025-07-22 15:52:29 +02:00
2025-06-18 20:47:18 +02:00
2025-03-06 15:24:35 +01:00
2025-10-13 16:16:39 +02:00
2025-05-27 20:40:35 +02:00
2025-10-25 12:13:58 +02:00
2024-06-28 20:14:20 +02:00
2025-07-16 18:26:54 +02:00
2025-09-29 22:47:29 +01:00