File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,9 @@ PHP 8.5 UPGRADE NOTES
384
384
. socket_set_option with multicast context throws a ValueError
385
385
when the created socket is not of AF_INET/AF_INET6 family.
386
386
387
+ - SysVSHM:
388
+ . shm_detach() now has a return type of true
389
+
387
390
- Tidy:
388
391
. tidy::__construct/parseFile/parseString now throws a ValueError
389
392
if the configuration contains an invalid or set a read-only
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ final class SysvSharedMemory
12
12
13
13
function shm_attach (int $ key , ?int $ size = null , int $ permissions = 0666 ): SysvSharedMemory |false {}
14
14
15
- function shm_detach (SysvSharedMemory $ shm ): bool {}
15
+ function shm_detach (SysvSharedMemory $ shm ): true {}
16
16
17
17
function shm_has_var (SysvSharedMemory $ shm , int $ key ): bool {}
18
18
You can’t perform that action at this time.
0 commit comments