diff --git a/reference/pthreads/threaded/getterminationinfo.xml b/reference/pthreads/threaded/getterminationinfo.xml index 66da6a09e7..8324890c77 100644 --- a/reference/pthreads/threaded/getterminationinfo.xml +++ b/reference/pthreads/threaded/getterminationinfo.xml @@ -10,7 +10,10 @@ - This method has been removed in pthreads v3. + This method has been removed in pthreads v3. Instead, the body of + Threaded::run can be wrapped in a try...catch + block to detect errors (since most errors in PHP 7 have been converted to + exceptions).