Skip to content

Commit 80efa76

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Fix maximum argument count of pcntl_forkx()
2 parents 4d4b960 + a0e71cb commit 80efa76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcntl/pcntl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ PHP_FUNCTION(pcntl_forkx)
12951295
zend_long flags;
12961296
pid_t pid;
12971297

1298-
ZEND_PARSE_PARAMETERS_START(1, 2)
1298+
ZEND_PARSE_PARAMETERS_START(1, 1)
12991299
Z_PARAM_LONG(flags)
13001300
ZEND_PARSE_PARAMETERS_END();
13011301

0 commit comments

Comments
 (0)