I get this error sometimes when i try to run command via rcon. Warning: socket_select(): You MUST recompile PHP with a larger value of FD_SETSIZE. I couldnt find how to fix this online, can someone help?
you need download php 7.3 >> https://jenkins.pmmp.io/job/PHP-7.3-Aggregate/ and update composer if you have a linux server.... You are downloading dependencies, without which the server cannot work correctly cd /home/mcserver curl -sS https://getcomposer.org/installer > composer-setup.php /bin/php7/bin/php composer-setup.php and /bin/php7/bin/php composer install end yes >> apt-get install curl if you have no Curl
Full error : ,Warning: socket_select(): You MUST recompile PHP with a larger value of FD_SETSIZE. ,It is set to 1024, but you have descriptors numbered at least as high as 1031. --enable-fd-setsize=2048 is recommended, but you may want to set it ,to equal the maximum number of open files supported by your system, ,in order to avoid seeing this error again at a later date. in phar:///home/pmmp/PocketMine-MP.phar/src/pocketmine/network/rcon/RCONInstance.php on line 187