Noticed in apache error logs (see below). If the length of the message is longer...
authorSam Reed <reedy@users.mediawiki.org>
Fri, 16 Sep 2011 20:08:33 +0000 (20:08 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 16 Sep 2011 20:08:33 +0000 (20:08 +0000)
commita9d458a2cc7e098928b430277000b7c1dfcbf36f
tree954f9c3004267c583d6125a98bd58df9ef602608
parent582ad7e51334b290648e96dd4367a0423ac40df0
Noticed in apache error logs (see below). If the length of the message is longer than the maximum length, only send what will fit

Sep 16 20:07:28 10.0.2.193 apache2[28441]: PHP Warning:  socket_sendto() [<a href='function.socket-sendto'>function.socket-sendto</a>]: unable to write to socket [90]: Message too long in /home/wikipedia/common/php-1.17-test/includes/GlobalFunctions.php on line 464
Sep 16 20:07:29 10.0.2.193 apache2[26511]: PHP Warning:  socket_sendto() [<a href='function.socket-sendto'>function.socket-sendto</a>]: unable to write to socket [90]: Message too long in /home/wikipedia/common/php-1.17-test/includes/GlobalFunctions.php on line 464
includes/GlobalFunctions.php