mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00

Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when the expression inside the braces resolves to a variable or an expression.
21 lines
811 B
Text
21 lines
811 B
Text
Description of php-jwt library import into Moodle
|
|
|
|
Dependencies
|
|
------------
|
|
- The lib/lti1p3 library currently depends on version 6.0 of php-jwt.
|
|
- There are usages of this library in mod/lti too. Please check these.
|
|
|
|
Instructions
|
|
------------
|
|
1. Check dependencies to confirm suitability of the new version of the library (see above).
|
|
2. Visit [https://github.com/firebase/php-jwt].
|
|
3. Click on 'X releases'.
|
|
4. Download the latest release.
|
|
5. Unzip it in lib as php-jwt.
|
|
6. Update entry for this library in lib/thirdpartylibs.xml.
|
|
|
|
2023/01/26
|
|
----------
|
|
- src/JWT.php file has minor changes for PHP 8.2 compatibility. See MDL-76415 for more details.
|
|
Since version v6.3.1, the php-jwt already has the fix, so if someone executing the upgrading version and
|
|
it has the patch, please ignore this note.
|