betz Sun Apr 25 06:14:51 2004 EDT
Modified files:
/phpdoc/en/reference/sem/functions sem-get.xml sem-release.xml
sem-remove.xml
Log:
extension as whole is marked to not work on windows, no need for this note
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/sem-get.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/sem/functions/sem-get.xml
diff -u phpdoc/en/reference/sem/functions/sem-get.xml:1.6
phpdoc/en/reference/sem/functions/sem-get.xml:1.7
--- phpdoc/en/reference/sem/functions/sem-get.xml:1.6 Sat Apr 24 15:43:54 2004
+++ phpdoc/en/reference/sem/functions/sem-get.xml Sun Apr 25 06:14:51 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
<refentry id="function.sem-get">
<refnamediv>
@@ -31,16 +31,11 @@
A second call to <function>sem_get</function> for the same key
will return a different semaphore identifier, but both
identifiers access the same underlying semaphore.
- </para>
+ </para>
<para>
See also <function>sem_acquire</function>,
<function>sem_release</function>, and <function>ftok</function>.
</para>
- <note>
- <simpara>
- This function does not work on Windows systems.
- </simpara>
- </note>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/sem-release.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/sem/functions/sem-release.xml
diff -u phpdoc/en/reference/sem/functions/sem-release.xml:1.4
phpdoc/en/reference/sem/functions/sem-release.xml:1.5
--- phpdoc/en/reference/sem/functions/sem-release.xml:1.4 Sat Apr 24 15:43:54
2004
+++ phpdoc/en/reference/sem/functions/sem-release.xml Sun Apr 25 06:14:51 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
<refentry id="function.sem-release">
<refnamediv>
@@ -29,11 +29,6 @@
<function>sem_get</function> and
<function>sem_acquire</function>.
</para>
- <note>
- <simpara>
- This function does not work on Windows systems.
- </simpara>
- </note>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/sem-remove.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/sem/functions/sem-remove.xml
diff -u phpdoc/en/reference/sem/functions/sem-remove.xml:1.4
phpdoc/en/reference/sem/functions/sem-remove.xml:1.5
--- phpdoc/en/reference/sem/functions/sem-remove.xml:1.4 Sat Apr 24 15:43:54
2004
+++ phpdoc/en/reference/sem/functions/sem-remove.xml Sun Apr 25 06:14:51 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/sem.xml, last change in rev 1.7 -->
<refentry id="function.sem-remove">
<refnamediv>
@@ -25,16 +25,10 @@
After removing the semaphore, it is no more accessible.
</para>
<para>
- See also: <function>sem_get</function>,
+ See also <function>sem_get</function>,
<function>sem_release</function> and
<function>sem_acquire</function>.
</para>
- <note>
- <simpara>
- This function does not work on Windows systems. It was added on
- PHP 4.1.0.
- </simpara>
- </note>
</refsect1>
</refentry>