]> git.mjollnir.org Git - moodle.git/commitdiff
Adding one Moodle note about the local hack performed. MDL-9911
authorstronk7 <stronk7>
Sat, 28 Jul 2007 00:17:25 +0000 (00:17 +0000)
committerstronk7 <stronk7>
Sat, 28 Jul 2007 00:17:25 +0000 (00:17 +0000)
Merged from MOODLE_18_STABLE

lib/pear/README_MOODLE.txt [new file with mode: 0644]

diff --git a/lib/pear/README_MOODLE.txt b/lib/pear/README_MOODLE.txt
new file mode 100644 (file)
index 0000000..b9b2367
--- /dev/null
@@ -0,0 +1,14 @@
+These functions:
+    _calculateSharedStringsSizes()
+    _storeSharedStringsTable()
+have been inserted, replacing the original functions in order to make the function
+work with 2-byte data.  The patch is discussed at this URL:
+    http://pear.php.net/bugs/bug.php?id=1572
+and documented for Moodle at:
+    http://tracker.moodle.org/browse/MDL-9911
+
+Such modifications should be carefuly each time the Excel PEAR package is updated
+to a new release within Moodle.
+
+stronk7
+$Id$