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
+
+
+
+