mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
f72105be81
setpgid accepts values from 0 to "PID_MAX". for setrlimit the culprit is using zend_long to represent rlim_t but at least we accept -1 for RLIM_INFINITY, however rl_cur should not be greater than rl_max value. close GH-19281