Fixed corruption of long UDP debug log messages by using socket_sendto() instead...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 18 Nov 2009 06:21:27 +0000 (06:21 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 18 Nov 2009 06:21:27 +0000 (06:21 +0000)
commitca0382f09917aca88ff644de36eb82501d798004
treece9e9bc2ac51dc8e8c0d56cc2b14c0ae7763a356
parent1fed797554c51a948ac6e50e210722d412d00845
Fixed corruption of long UDP debug log messages by using socket_sendto() instead of fsockopen() with fwrite(). Using fwrite() causes the message to be split up into 8KB async send() calls, and whether they end up in the same UDP packet just depends on timing.
RELEASE-NOTES
includes/GlobalFunctions.php