Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from mbabker/patch-1
Browse files Browse the repository at this point in the history
Polyfill signature doesn't match core signature
  • Loading branch information
Prophet777 committed May 6, 2016
2 parents ac34105 + d4d699e commit 279a4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

if (!function_exists('pcntl_sigtimedwait')) {
function pcntl_sigtimedwait($signals, $siginfo, $sec, $nano)
function pcntl_sigtimedwait(array $signals, array &$siginfo = array(), $sec = 0, $nano = 0)
{
pcntl_signal_dispatch();

Expand Down

0 comments on commit 279a4b5

Please sign in to comment.