richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

stream_select fires warning #33

Closed Haehnchen closed 10 years ago

Haehnchen commented 11 years ago

stream_select fires a warning, but works fine. symfony2 stops working after that warning. i just disabled the printing. i got this error on windows only.

Warning: Invalid CRT parameters detected in [...] iOSNotification.php line 159

richsage commented 10 years ago

stream_select now has its warnings suppressed, since they're not catchable as exceptions but do not add anything to it. Hopefully things should be good for you now.