jublo / codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
https://www.jublo.net/projects/codebird/php
GNU General Public License v3.0
776 stars 234 forks source link

Warning : stream_select(): unable to select [4]: Interrupted system call (max_fd=5) #204

Closed prafullwizorbit closed 6 years ago

prafullwizorbit commented 7 years ago

Streaming api gives error like stream_select(): unable to select [4]: Interrupted system call (max_fd=5) at line 2460 in codebird.php file.

mynetx commented 7 years ago

Which version of codebird-php are you using?

prafullwizorbit commented 7 years ago

Sir I am using php version 5.2 , so i need to update it to >= 7 thanks

mynetx commented 7 years ago

codebird-php supports PHP from version 5.5.0 or higher. An upgrade to 7 should not be necessary yet.