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
384384 . socket_set_option with multicast context throws a ValueError
385385 when the created socket is not of AF_INET/AF_INET6 family.
386386
387+ - SysVSHM:
388+ . shm_detach() now has a return type of true
389+
387390- Tidy:
388391 . tidy::__construct/parseFile/parseString now throws a ValueError
389392 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
1212
1313function shm_attach (int $ key , ?int $ size = null , int $ permissions = 0666 ): SysvSharedMemory |false {}
1414
15- function shm_detach (SysvSharedMemory $ shm ): bool {}
15+ function shm_detach (SysvSharedMemory $ shm ): true {}
1616
1717function shm_has_var (SysvSharedMemory $ shm , int $ key ): bool {}
1818
You can’t perform that action at this time.
0 commit comments