Skip to content

ReactPHP HttpServer: Warning: stream_select(): You MUST recompile PHP with a larger value of FD_SETSIZE. #606

Answered by Wilaak
Wilaak asked this question in Q&A
Discussion options

You must be logged in to vote

Yeah I just answered myself, installing the ext-ev extension seemed to fix the issue:

To install the ext-ev extension, follow these steps:


On Ubuntu/Debian

  1. Install via PECL:

    sudo pecl install ev
  2. Enable the extension:
    Add the following line to your php.ini (you can find the location with php --ini):

    extension=ev.so
    

Verify Installation

Run:

php -m | grep ev

You should see ev in the output.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@clue
Comment options

clue Jun 14, 2025
Maintainer

Answer selected by Wilaak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants