summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-05-01 14:00:19 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-05-06 15:42:41 +0200
commiteab54d2382d13359dd8e1b4275f8968499122bc7 (patch)
tree831d420c7192c0885c7529b7910a1ee2acbbdb32 /UPGRADING
parent776b1aefc8557c8aacf3215c472f9abe0e57e825 (diff)
downloadphp-git-eab54d2382d13359dd8e1b4275f8968499122bc7.tar.gz
Convert resource to object in ext/sysvsem
Closes GH-5508
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 1066d016ff..00f7b88f1b 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -416,6 +416,11 @@ PHP 8.0 UPGRADE NOTES
explicit setlocale() call is now always required if you wish to change any
locale component from the default.
+- Sysvsem:
+ . sem_get() will now return an Sysvsem object rather than a resource.
+ Return value checks using is_resource() should be replaced with checks
+ for `false`.
+
- tidy:
. The $use_include_path parameter, which was not used internally, has been
removed from tidy_repair_string().