Content-Length: 296187 | pFad | http://github.com/reactphp/reactphp/discussions/606

AC7 ReactPHP HttpServer: Warning: stream_select(): You MUST recompile PHP with a larger value of FD_SETSIZE. · reactphp · Discussion #606 · GitHub
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








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/reactphp/reactphp/discussions/606

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy