moodle/h5p
Eloy Lafuente (stronk7) 361dfe8145
MDL-75952 general: Since php81, refection->setAccessible() is no-op
Refereces:
- https://wiki.php.net/rfc/make-reflection-setaccessible-no-op
- https://www.php.net/manual/en/reflectionproperty.setaccessible.php
- https://www.php.net/manual/en/reflectionmethod.setaccessible.php

As of PHP 8.1.0, calling this method has no effect; all methods are
invokable by default. So, let's remove all uses from core, they are
no-op.
2024-03-10 21:15:00 +01:00
..
amd MDL-67789 h5p: Save current state using xAPI State 2023-03-15 09:42:18 +01:00
classes Merge branch 'MDL-65292' of https://github.com/stronk7/moodle 2024-03-08 08:00:41 +08:00
h5plib/v126 MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
js MDL-67789 h5p: Save current state using xAPI State 2023-03-15 09:42:18 +01:00
pix NOBUG: Fixed SVG browser compatibility 2019-10-29 21:03:41 +01:00
templates MDL-79543 h5p: Include attempts info and link 2024-02-23 15:42:16 +01:00
tests MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
ajax.php MDL-76362 h5p: Use string as default lang param 2023-01-23 09:15:55 +08:00
edit.php MDL-73562 core_contentbank: alignment fixes 2022-01-25 09:35:07 +01:00
embed.php MDL-71955 h5p: ensure embedded player sets up $PAGE correctly. 2023-09-11 10:18:14 +01:00
lib.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
libraries.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
overview.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
upgrade.txt MDL-79802 core_h5p: Add a new setting for adding custom H5P styles. 2024-02-20 18:12:18 +00:00