Fix #8895: Increase FD_SETSIZE to 3172 on lang/php72

This commit is contained in:
Renato Botelho 2018-09-14 08:28:07 -03:00
parent 7c15c19d76
commit 352d49787d

View File

@ -22,7 +22,7 @@ CONFIGURE_ARGS= --without-openssl-header-check
.endif
DEFAULT_VERSIONS= php=72 ssl=base
PHP_FD_SETSIZE= 2048
PHP_FD_SETSIZE= 3172
. if ${.CURDIR:N*sysutils/check_reload_status*}==""
WITH_DEBUG= yes