mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Fix instances of siginfo and signinfo being used interchangably on pcntl_signal page
Closes GH-274. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351964 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname><replaceable>handler</replaceable></methodname>
|
||||
<methodparam><type>int</type><parameter>signo</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>signinfo</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>siginfo</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
@@ -116,8 +116,8 @@
|
||||
<entry>7.1.0</entry>
|
||||
<entry>
|
||||
As of PHP 7.1.0 the handler callback is given a second argument
|
||||
containing the signinfo of the specific signal. This data is only
|
||||
supplied if the operating system has the signinfo_t structure.
|
||||
containing the siginfo of the specific signal. This data is only
|
||||
supplied if the operating system has the siginfo_t structure.
|
||||
If the OS does not implement siginfo_t NULL is supplied.
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
Reference in New Issue
Block a user