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.ac1068 if test "$PHP_FD_SETSIZE" != "no"; then
1069 if test "0$PHP_FD_SETSIZE" -gt 0 2>/dev/null; then
1070 CPPFLAGS="$CPPFLAGS -DFD_SETSIZE=$PHP_FD_SETSIZE"
1071 AC_MSG_RESULT([using $PHP_FD_SETSIZE])
/php-src/win32/build/
H A Dconfig.w32339 ADD_FLAG("CFLAGS", "/D FD_SETSIZE=" + parseInt(PHP_FD_SETSIZE));

Completed in 14 milliseconds