summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-05-08 17:18:39 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-05-14 12:56:06 +0200
commit9198faa67fc2e0594bc1aff01b4eadb40835ac68 (patch)
treedd18c37f6c2e96d5a8ae79209b8a46ef81fbddc1 /UPGRADING
parent75bac167885b611ce981abdcbb21da7bb98a14c6 (diff)
downloadphp-git-9198faa67fc2e0594bc1aff01b4eadb40835ac68.tar.gz
Convert resource to object in Sysvmsg
Closes GH-5546
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 4bc75b2908..05929c548b 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -418,6 +418,11 @@ PHP 8.0 UPGRADE NOTES
explicit setlocale() call is now always required if you wish to change any
locale component from the default.
+- Sysvmsg:
+ . msg_get_queue() will now return an SysvMessageQueue object rather than a resource.
+ Return value checks using is_resource() should be replaced with checks
+ for `false`.
+
- Sysvsem:
. sem_get() will now return an SysvSemaphore object rather than a resource.
Return value checks using is_resource() should be replaced with checks