Commit: 4d1417801dbee4b0fd1471165c9a4ab8cb0ebc31 Author: lpd-au <[email protected]> Thu, 10 Dec 2020 02:59:45 +1100 Committer: Christoph M. Becker <[email protected]> Wed, 9 Dec 2020 17:20:57 +0100 Parents: 00d27f28654a63e4c2278c352d67723f01bab31b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4d1417801dbee4b0fd1471165c9a4ab8cb0ebc31 Log: Fix typo in changelog Closes GH-384. Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index ed90995d3..a002b2134 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6800,7 +6800,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li>Implemented asynchronous signal handling without TICKS.</li> <li>Added pcntl_signal_get_handler() that returns the current signal handler for a particular signal. Addresses FR <?php bugl(72409); ?>.</li> - <li>Add signinfo to pcntl_signal() handler args (Bishop Bettini, David Walker)</li> + <li>Add siginfo to pcntl_signal() handler args (Bishop Bettini, David Walker)</li> </ul></li> <li>PCRE: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
