-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.9
-
MOODLE_28_STABLE, MOODLE_29_STABLE
Reference: https://tracker.moodle.org/browse/MDL-49526
This patch is for the Zend Framework being out of date on Moodle, some plugins that use the Zend Framework on PHP 5.6 servers will experience an issue with the iconv_get and iconv_set parameters caled by the legacy framework.
The patch changes are in: moodle/lib/zend/Zend/Validate/Hostname.php
Comment out lines 513 & 514
add (below 514):
$origenc = mb_internal_encoding();
mb_internal_encoding('UTF-8');
Comment out line 611.
add (below 611): mb_internal_encoding($origenc);
This replicates the changed code with the new call mb_internal_encoding()
- has a non-specific relationship to
-
MDL-49526 Upgrade Zend Framework to 1.12.11 for Moodle 2.9 release
- Closed
- has been marked as being related by
-
MDL-51536 Upgrade zend library to 1.12.16 for Moodle 3.0 release
- Closed
- is duplicated by
-
MDL-51161 zend XMLRPC client shows deprecation notices in PHP 5.6
- Closed