mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Clarification of OS dependancy in response to errata notes. <sigh>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32085 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
be1a028b7f
commit
b2fe3fbff9
1 changed files with 40 additions and 0 deletions
|
@ -40,6 +40,11 @@
|
|||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
These functions do not work on Windows systems.
|
||||
</simpara>
|
||||
</note>
|
||||
</partintro>
|
||||
|
||||
<refentry id="function.sem-get">
|
||||
|
@ -83,6 +88,11 @@
|
|||
See also: <function>sem_acquire</function> and
|
||||
<function>sem_release</function>.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This function does not work on Windows systems
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -150,6 +160,11 @@
|
|||
See also: <function>sem_get</function> and
|
||||
<function>sem_acquire</function>.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This function does not work on Windows systems
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -187,6 +202,11 @@
|
|||
shared memory. <parameter>Memsize</parameter> and
|
||||
<parameter>perm</parameter> will be ignored.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This function does not work on Windows systems
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -229,6 +249,11 @@
|
|||
Removes shared memory from Unix systems. All data will be
|
||||
destroyed.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This function does not work on Windows systems
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -253,6 +278,11 @@
|
|||
<parameter>variable_key</parameter>. All variable-types (double,
|
||||
int, string, array) are supported.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This function does not work on Windows systems
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -276,6 +306,11 @@
|
|||
<parameter>variable_key</parameter>. The variable is still present
|
||||
in the shared memory.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This function does not work on Windows systems
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -298,6 +333,11 @@
|
|||
Removes a variable with a given <parameter>variable_key</parameter>
|
||||
and frees the occupied memory.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This function does not work on Windows systems
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue