Have Math.php use encodeBlob and decodeBlob when accessing the binary fields math_inp...
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Fri, 8 Jun 2007 01:06:52 +0000 (01:06 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Fri, 8 Jun 2007 01:06:52 +0000 (01:06 +0000)
commitac059274ecd8b58662041f55efc17cbaee2504c0
treedea05cd1a2b522d8b8bd6ad646c936d48b960c19
parentedea5f726ecb148beeb76d09df966e3fbd32907b
Have Math.php use encodeBlob and decodeBlob when accessing the binary fields math_inputhash and math_outputhash. Better
long-term solution is to simply store the hexadecimal as text, but converting via updaters.inc will be complex.
Fixes bug # 9909.
RELEASE-NOTES
includes/Math.php