[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/pthreads/_book.xml_thread/getmax.xml_thread/gets
From:       Joe_Watkins <krakjoe () php ! net>
Date:       2012-09-26 13:43:04
Message-ID: svn-krakjoe-1348666984-327803-1566097003 () svn ! php ! net
[Download RAW message or body]

krakjoe                                  Wed, 26 Sep 2012 13:43:04 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=327803

Log:
initial pthreads tutorials

Changed paths:
    U   phpdoc/en/trunk/reference/pthreads/book.xml
    U   phpdoc/en/trunk/reference/pthreads/thread/getmax.xml
    U   phpdoc/en/trunk/reference/pthreads/thread/getstacked.xml
    U   phpdoc/en/trunk/reference/pthreads/thread/notify.xml

Modified: phpdoc/en/trunk/reference/pthreads/book.xml
===================================================================
--- phpdoc/en/trunk/reference/pthreads/book.xml	2012-09-26 13:32:38 UTC (rev 327802)
+++ phpdoc/en/trunk/reference/pthreads/book.xml	2012-09-26 13:43:04 UTC (rev 327803)
@@ -12,6 +12,7 @@

  &reference.pthreads.setup;
  &reference.pthreads.constants;
+ &reference.pthreads.examples;
  &reference.pthreads.thread;
  &reference.pthreads.mutex;
  &reference.pthreads.cond;

Modified: phpdoc/en/trunk/reference/pthreads/thread/getmax.xml
===================================================================
--- phpdoc/en/trunk/reference/pthreads/thread/getmax.xml	2012-09-26 13:32:38 UTC (rev \
                327802)
+++ phpdoc/en/trunk/reference/pthreads/thread/getmax.xml	2012-09-26 13:43:04 UTC (rev \
327803) @@ -15,7 +15,7 @@
   </methodsynopsis>
   <para>
  Some system administrators choose to limit the amount of Threads an instance of PHP \
                can create.
- If the number is set and reach any calls to <function>Thread::start</function> will \
fail, generating a warning. + If the number is set and reached any calls to \
<function>Thread::start</function> will fail, generating a warning.  </para>
  </refsect1>


Modified: phpdoc/en/trunk/reference/pthreads/thread/getstacked.xml
===================================================================
--- phpdoc/en/trunk/reference/pthreads/thread/getstacked.xml	2012-09-26 13:32:38 UTC \
                (rev 327802)
+++ phpdoc/en/trunk/reference/pthreads/thread/getstacked.xml	2012-09-26 13:43:04 UTC \
(rev 327803) @@ -23,7 +23,7 @@

  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
-  <para>An intergral number representing the number of items left on the \
stack.</para> +  <para>An integral number representing the number of items left on \
the stack.</para>  </refsect1>



Modified: phpdoc/en/trunk/reference/pthreads/thread/notify.xml
===================================================================
--- phpdoc/en/trunk/reference/pthreads/thread/notify.xml	2012-09-26 13:32:38 UTC (rev \
                327802)
+++ phpdoc/en/trunk/reference/pthreads/thread/notify.xml	2012-09-26 13:43:04 UTC (rev \
327803) @@ -15,7 +15,7 @@
   </methodsynopsis>
   <para>
  Notify all Threads waiting for the referenced Thread causing the waiting Threads to \
                continue executing.
- A call to notify when no Threads are waiting results in blocking until another \
context call Thread::wait on the referenced Thread. + A call to notify when no \
Threads are waiting results in blocking until another context calls Thread::wait on \
the referenced Thread.  </para>
  </refsect1>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic