[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 MOODLE-SPECIFIC PEAR MODIFICATIONS 2 ================================== 3 4 Auth/RADIUS 5 =========== 6 7 1/ Changed static call to correct alternative (MDL-38373): 8 - From: PEAR::loadExtension('radius'); (in global scope) 9 - To: $this->loadExtension('radius'); (in constructor) 10 2/ Upgraded to version 1.1.0 (see MDL-51523). 11 Changes made to the lib/pear/Auth/RADIUS.php file that was downloaded. 12 - Added "require_once ('PEAR.php')". 13 - Changed the 'Auth_RADIUS' class so that it extends the 'PEAR' class. 14 - Changed the function 'loadExtension' to public. 15 16 XML/Parser 17 ================= 18 1/ changed ereg_ to preg_ 19 * http://cvs.moodle.org/moodle/lib/pear/XML/Parser.php.diff?r1=1.1&r2=1.2 20 21 22 Quickforms 23 ========== 24 Full of our custom hacks, no way to upgrade to latest upstream. 25 Most probably we will stop using this library in the future. 26 27 MDL-20876 - replaced split() with explode() or preg_split() where appropriate 28 MDL-40267 - Moodle core_text strlen functions used for range rule rule to be utf8 safe. 29 MDL-46467 - $mform->hardfreeze causes labels to loose their for HTML attribute 30 MDL-52081 - made all constructors PHP7 compatible 31 MDL-52826 - Remove onsubmit events pointing to the global validation functions and script 32 tag moved after the HTML 33 MDL-50484 - _getPersistantData() returns id with _persistant prefixed to element id. 34 35 36 Pear 37 ==== 38 Changed constructors in classes PEAR and PEAR_ERROR to be __construct(). This has 39 been already changed upstream in 1.10.0, remove this line after upgrade. 40 41 42 Crypt/CHAP 43 ========== 44 MDL-52285 - made all constructors PHP7 compatible
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |