For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > April 2004 > cvs: phpdoc /en/reference/sem/functions sem-acquire.xml sem-get.xml sem-release.xml s









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/sem/functions sem-acquire.xml sem-get.xml sem-release.xml s
Friedhelm Betz

2004-04-24, 4:30 pm

betz Sat Apr 24 15:43:54 2004 EDT

Modified files:
/phpdoc/en/reference/sem/functions sem-acquire.xml sem-get.xml
sem-release.xml sem-remove.xml
Log:
bugfix #28135: proto fixes


http://cvs.php.net/diff.php/phpdoc/...1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/sem/functions/sem-acquire.xml
diff -u phpdoc/en/reference/sem/functions/sem-acquire.xml:1.3 phpdoc/en/reference/sem/functions/sem-acquire.xml:1.4
--- phpdoc/en/reference/sem/functions/sem-acquire.xml:1.3 Sat Feb 1 23:51:50 2003
+++ phpdoc/en/reference/sem/functions/sem-acquire.xml Sat Apr 24 15:43:54 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
<refentry id="function.sem-acquire">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>sem_acquire</methodname>
- <methodparam><type>int</type><parameter>sem_identifier</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>sem_identifier</parameter></methodparam>
</methodsynopsis>
<para>
<function>sem_acquire</function> blocks (if necessary) until the
http://cvs.php.net/diff.php/phpdoc/...1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/sem/functions/sem-get.xml
diff -u phpdoc/en/reference/sem/functions/sem-get.xml:1.5 phpdoc/en/reference/sem/functions/sem-get.xml:1.6
--- phpdoc/en/reference/sem/functions/sem-get.xml:1.5 Wed Feb 19 17:35:06 2003
+++ phpdoc/en/reference/sem/functions/sem-get.xml Sat Apr 24 15:43:54 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
<refentry id="function.sem-get">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>sem_get</methodname>
+ <type>resource</type><methodname>sem_get</methodname>
<methodparam><type>int</type><parameter>key</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>max_acquire</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>perm</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/...1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/sem/functions/sem-release.xml
diff -u phpdoc/en/reference/sem/functions/sem-release.xml:1.3 phpdoc/en/reference/sem/functions/sem-release.xml:1.4
--- phpdoc/en/reference/sem/functions/sem-release.xml:1.3 Sat Feb 1 23:51:50 2003
+++ phpdoc/en/reference/sem/functions/sem-release.xml Sat Apr 24 15:43:54 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/sem.xml, last change in rev 1.2 -->
<refentry id="function.sem-release">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>sem_release</methodname>
- <methodparam><type>int</type><parameter>sem_identifier</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>sem_identifier</parameter></methodparam>
</methodsynopsis>
<para>
<function>sem_release</function> releases the semaphore if it
http://cvs.php.net/diff.php/phpdoc/...1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/sem/functions/sem-remove.xml
diff -u phpdoc/en/reference/sem/functions/sem-remove.xml:1.3 phpdoc/en/reference/sem/functions/sem-remove.xml:1.4
--- phpdoc/en/reference/sem/functions/sem-remove.xml:1.3 Sat Feb 1 23:51:50 2003
+++ phpdoc/en/reference/sem/functions/sem-remove.xml Sat Apr 24 15:43:54 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/sem.xml, last change in rev 1.7 -->
<refentry id="function.sem-remove">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>sem_remove</methodname>
- <methodparam><type>int</type><parameter>sem_identifier</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>sem_identifier</parameter></methodparam>
</methodsynopsis>
<para>
<function>sem_remove</function> removes the semaphore
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com