Results 4 issues of Andrew

I'm getting error: Warning: system call select exceeded the maximum number of connections 256. As I can see in source codes, this error is produced only on Windows. And Unix...

For example: I have exeption occured in file src/pages/main.php. But I'm getting this one instead. I've also tried implementing IExceptionHandler, but the $error variable in handleError function has same exception...

I've done some research, and find out the reason is here. I'm not sure if its a bug or it was intended to work that way.