mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mention alternative to Threaded::getTerminationInfo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342789 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e75898559e
commit
50a18ed5fc
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@
|
|||
<refsynopsisdiv>
|
||||
<warning>
|
||||
<para>
|
||||
This method has been removed in pthreads v3.
|
||||
This method has been removed in pthreads v3. Instead, the body of
|
||||
<methodname>Threaded::run</methodname> can be wrapped in a try...catch
|
||||
block to detect errors (since most errors in PHP 7 have been converted to
|
||||
exceptions).
|
||||
</para>
|
||||
</warning>
|
||||
</refsynopsisdiv>
|
||||
|
|
Loading…
Reference in a new issue