mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-42381 remove unused pear OLE library and other pear excel writer leftovers
This commit is contained in:
parent
4e47920f08
commit
383d414478
5 changed files with 1 additions and 454 deletions
|
@ -8,31 +8,6 @@ Auth/RADIUS
|
|||
- From: PEAR::loadExtension('radius'); (in global scope)
|
||||
- To: $this->loadExtension('radius'); (in constructor)
|
||||
|
||||
Spreadsheet/Excel
|
||||
=================
|
||||
|
||||
1/ 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
|
||||
|
||||
2/ Changed ereg_ to preg_
|
||||
|
||||
3/ removed deprecated "=& new"
|
||||
|
||||
4/ MDL-20876 - replaced deprecated split() with explode() or str_split() where appropriate
|
||||
|
||||
Such modifications should be carefully each time the Excel PEAR package is updated
|
||||
to a new release within Moodle.
|
||||
|
||||
5/ static keywords in OLE.php
|
||||
* static function Asc2Ucs()
|
||||
* static function LocalDate2OLE()
|
||||
|
||||
XML/Parser
|
||||
=================
|
||||
1/ changed ereg_ to preg_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue