diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-03-29 08:41:51 +0100 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-03-29 08:41:51 +0100 |
commit | 57af2875dc1bdc8768784c323d8449c02df3cff5 (patch) | |
tree | 6199890459322c8d7f06cde3b13aaa28b2e7edb7 /ext/pcntl | |
parent | a00b447b34c21efab393fef063acaae652506938 (diff) | |
download | php-git-57af2875dc1bdc8768784c323d8449c02df3cff5.tar.gz |
Revert "Merge branch 'pull-request/24'" (apply correct workflow)
This reverts commit a00b447b34c21efab393fef063acaae652506938, reversing
changes made to 48daddf093b491d359b77919464827ffb20a3e86.
Diffstat (limited to 'ext/pcntl')
-rwxr-xr-x | ext/pcntl/pcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index ecb51c1f5e..141ff58dd7 100755 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -760,7 +760,7 @@ PHP_FUNCTION(pcntl_exec) } if (ZEND_NUM_ARGS() > 1) { - /* Build argument list */ + /* Build argumnent list */ args_hash = HASH_OF(args); argc = zend_hash_num_elements(args_hash); |