From b2fe3fbff98af0d9a1438988b72fbb29082c4a06 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Wed, 6 Sep 2000 06:46:47 +0000 Subject: [PATCH] Clarification of OS dependancy in response to errata notes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32085 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/sem.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/functions/sem.xml b/functions/sem.xml index 7b60046b9a..ae84cb7646 100644 --- a/functions/sem.xml +++ b/functions/sem.xml @@ -40,6 +40,11 @@ + + + These functions do not work on Windows systems. + + @@ -83,6 +88,11 @@ See also: sem_acquire and sem_release. + + + This function does not work on Windows systems + + @@ -150,6 +160,11 @@ See also: sem_get and sem_acquire. + + + This function does not work on Windows systems + + @@ -187,6 +202,11 @@ shared memory. Memsize and perm will be ignored. + + + This function does not work on Windows systems + + @@ -229,6 +249,11 @@ Removes shared memory from Unix systems. All data will be destroyed. + + + This function does not work on Windows systems + + @@ -253,6 +278,11 @@ variable_key. All variable-types (double, int, string, array) are supported. + + + This function does not work on Windows systems + + @@ -276,6 +306,11 @@ variable_key. The variable is still present in the shared memory. + + + This function does not work on Windows systems + + @@ -298,6 +333,11 @@ Removes a variable with a given variable_key and frees the occupied memory. + + + This function does not work on Windows systems + +