Skip to content

Commit

Permalink
Merge branch '5.3' into 5.4
Browse files Browse the repository at this point in the history
Conflicts:
	main/output.c
  • Loading branch information
cataphract committed Mar 29, 2012
2 parents 616d802 + 67bf07f commit f4873c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pcntl/pcntl.c
Original file line number Diff line number Diff line change
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 f4873c6

Please sign in to comment.