From 9e8a90997ad2956b0d1e5a94b9f570a514f4af2b Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 25 Aug 2026 10:14:21 +0200 Subject: [PATCH] [Sync-En] socket_set_timeout: document deprecation in favor of stream_set_timeout Closes: php/doc-fr#3331 --- .../network/functions/socket-set-timeout.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/reference/network/functions/socket-set-timeout.xml b/reference/network/functions/socket-set-timeout.xml index c3d5b45100..bf17882c61 100644 --- a/reference/network/functions/socket-set-timeout.xml +++ b/reference/network/functions/socket-set-timeout.xml @@ -1,14 +1,17 @@ - - + socket_set_timeout - &Alias; stream_set_timeout + &Alias; stream_set_timeout + + &warn.deprecated.function-8-5-0; + + &reftitle.description; @@ -16,6 +19,14 @@ stream_set_timeout. + + + &reftitle.seealso; + + stream_set_timeout + + +