[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/pear/ -> README_MOODLE.txt (source)

   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  
  11  XML/Parser
  12  =================
  13  1/ changed ereg_ to preg_
  14  * http://cvs.moodle.org/moodle/lib/pear/XML/Parser.php.diff?r1=1.1&r2=1.2
  15  
  16  
  17  Quickforms
  18  ==========
  19  Full of our custom hacks, no way to upgrade to latest upstream.
  20  Most probably we will stop using this library in the future.
  21  
  22  MDL-20876 - replaced split() with explode() or preg_split() where appropriate
  23  MDL-40267 - Moodle core_text strlen functions used for range rule rule to be utf8 safe.


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1