From 6fea35d31f3be3cdab8aa93c521fb8bfd362d367 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Mon, 23 Nov 2015 17:37:14 +0000 Subject: [PATCH] wording git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338166 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pthreads/book.xml | 2 +- reference/pthreads/threaded.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pthreads/book.xml b/reference/pthreads/book.xml index 8c6bedeff5..273b66cb5e 100644 --- a/reference/pthreads/book.xml +++ b/reference/pthreads/book.xml @@ -9,7 +9,7 @@ &reftitle.intro; pthreads is an Object Orientated API that allows user-land multi-threading in PHP. - It includes all the tools you need to create multi-threaded applications targeted at the Web or the Console. + It includes all the tools you need to create multi-threaded applications. PHP applications can create, read, write, execute and synchronize with Threads, Workers and Threaded objects. diff --git a/reference/pthreads/threaded.xml b/reference/pthreads/threaded.xml index 9e7d38ec2e..35d672da30 100644 --- a/reference/pthreads/threaded.xml +++ b/reference/pthreads/threaded.xml @@ -12,7 +12,7 @@
&reftitle.intro; - Threaded objects form the basis of pthreads ability to execute user code asynchronously; they expose and include synchronization methods and various useful interfaces. + Threaded objects form the basis of pthreads ability to execute user code in parallel; they expose synchronization methods and various useful interfaces. Threaded objects, most importantly, provide implicit safety for the programmer; all operations on the object scope are safe.