From 524f97bcc31f53e50742a1e9985882e94593357b Mon Sep 17 00:00:00 2001 From: lcatoire Date: Fri, 10 Jul 2026 16:20:09 +0200 Subject: [PATCH] =?UTF-8?q?feat(network):=20documenter=20la=20d=C3=A9pr?= =?UTF-8?q?=C3=A9cation=20de=20socket=5Fset=5Ftimeout=20en=20PHP=208.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout du bandeau de déprécation, du modificateur #[\Deprecated], d'un changelog 8.5.0 et d'un renvoi vers stream_set_timeout. Closes #834 --- .../network/functions/socket-set-timeout.xml | 47 ++++++++++++++++++- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/reference/network/functions/socket-set-timeout.xml b/reference/network/functions/socket-set-timeout.xml index ef36a33d6073..e3f691fcaa9e 100644 --- a/reference/network/functions/socket-set-timeout.xml +++ b/reference/network/functions/socket-set-timeout.xml @@ -3,18 +3,61 @@ socket_set_timeout - &Alias; stream_set_timeout + &Alias; stream_set_timeout + + &warn.deprecated.function-8-5-0; + + &reftitle.description; + + #[\Deprecated] + boolsocket_set_timeout + resourcestream + intseconds + intmicroseconds0 + &info.function.alias; stream_set_timeout. + This function has been deprecated as of PHP 8.5.0; use + stream_set_timeout instead. - + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + This function has been deprecated. + Use stream_set_timeout instead. + + + + + + + + + &reftitle.seealso; + + stream_set_timeout + + + +