From 774a551d0ad2b16c7806d4367c1a79458fece999 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Sat, 4 Jan 2003 10:40:29 +0000 Subject: [PATCH] Fix return value of shm_detach # Nicos, you should do things right or don't do them at all! # Please read php.net/dochowto (again?) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110294 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sem/functions/shm-detach.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/sem/functions/shm-detach.xml b/reference/sem/functions/shm-detach.xml index 3b3d508f97..ccfa21681b 100644 --- a/reference/sem/functions/shm-detach.xml +++ b/reference/sem/functions/shm-detach.xml @@ -1,5 +1,5 @@ - + @@ -18,6 +18,9 @@ by shm_attach. Remember, that shared memory still exist in the Unix system and the data is still present. + + shm_detach always returns &true;. +