1
0
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:
Niels Dossche
2023-05-06 21:00:30 +02:00

View File

@@ -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();