Home
last modified time | relevance | path

Searched refs:PHP_FD_SETSIZE (Results 1 – 3 of 3) sorted by relevance

/php-src/main/
H A Dmain.stub.php163 const PHP_FD_SETSIZE = UNKNOWN; define
/php-src/
H A Dconfigure.ac1007 AS_VAR_IF([PHP_FD_SETSIZE], [no], [AC_MSG_RESULT([using system default])], [
1008 if test "0$PHP_FD_SETSIZE" -gt 0 2>/dev/null; then
1009 CPPFLAGS="$CPPFLAGS -DFD_SETSIZE=$PHP_FD_SETSIZE"
1010 AC_MSG_RESULT([using $PHP_FD_SETSIZE])
/php-src/win32/build/
H A Dconfig.w32336 ADD_FLAG("CFLAGS", "/D FD_SETSIZE=" + parseInt(PHP_FD_SETSIZE));

Completed in 10 milliseconds