mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2'
* PHP-8.2: Fix maximum argument count of pcntl_forkx()
This commit is contained in:
@@ -1295,7 +1295,7 @@ PHP_FUNCTION(pcntl_forkx)
|
||||
zend_long flags;
|
||||
pid_t pid;
|
||||
|
||||
ZEND_PARSE_PARAMETERS_START(1, 2)
|
||||
ZEND_PARSE_PARAMETERS_START(1, 1)
|
||||
Z_PARAM_LONG(flags)
|
||||
ZEND_PARSE_PARAMETERS_END();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user