Skip to content

Commit

Permalink
Merge rebased pull request php#24 onto 5.3 into 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Mar 29, 2012
2 parents 117cdf3 + 710335b commit 67bf07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pcntl/pcntl.c
Expand Up @@ -760,7 +760,7 @@ PHP_FUNCTION(pcntl_exec)
}

if (ZEND_NUM_ARGS() > 1) {
/* Build argumnent list */
/* Build argument list */
args_hash = HASH_OF(args);
argc = zend_hash_num_elements(args_hash);

Expand Down

0 comments on commit 67bf07f

Please sign in to comment.