You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
679 B
19 lines
679 B
2 years ago
|
Description of Typo3 libraries (v 4.7.19) import into Moodle
|
||
|
|
||
|
Changes:
|
||
|
1/ hacked relative include of class.t3lib_utility_debug.php
|
||
|
|
||
|
Procedure:
|
||
|
1/ download latest version form http://typo3.org/download/
|
||
|
2/ copy csconvtbl/*, unidata/* and all other necessary files we use
|
||
|
3/ run our phpunit tests with and without mbstring PHP extension
|
||
|
|
||
|
Local changes (to verify/apply with new imports):
|
||
|
|
||
|
- MDL-63967: PHP 7.3 compatibility.
|
||
|
lib/typo3/class.t3lib_div.php: FILTER_FLAG_SCHEME_REQUIRED is deprecated and
|
||
|
implied with FILTER_VALIDATE_URL. This is fixed upstream since Typo 6, with
|
||
|
the file class now under \TYPO3\CMS\Core\Utility\GeneralUtility.
|
||
|
|
||
|
skodak, stronk7, moodler
|