I'm trying to install a PHP script on my server but keep getting an error...
[08-Sep-2014 15:13:32 UTC] PHP Strict Standards: Only variables should be passed by reference in /public_html/server/websocket.class.php
on line 30
[08-Sep-2014 15:13:32 UTC] PHP Strict Standards: Only variables should be passed by reference in public_html/server/websocket.class.php
on line 30
Code on line 30:
socket_select($changed, $write = NULL, $except = NULL, NULL);
Can anyone help?