From 5e99f4f5cd079fff591f5773d4b1a304ad1aaaba Mon Sep 17 00:00:00 2001 From: Louis-Arnaud Date: Thu, 20 Aug 2026 16:26:29 +0200 Subject: [PATCH] network: document the socket_set_timeout() deprecation in PHP 8.5 --- reference/network/functions/socket-set-timeout.xml | 14 +++++++++++++- reference/network/versions.xml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/reference/network/functions/socket-set-timeout.xml b/reference/network/functions/socket-set-timeout.xml index ef36a33d6073..f18052d7d7aa 100644 --- a/reference/network/functions/socket-set-timeout.xml +++ b/reference/network/functions/socket-set-timeout.xml @@ -3,9 +3,13 @@ socket_set_timeout - &Alias; stream_set_timeout + &Alias; stream_set_timeout + + &warn.deprecated.function-8-5-0; + + &reftitle.description; @@ -13,6 +17,14 @@ stream_set_timeout. + + + &reftitle.seealso; + + stream_set_timeout + + +