moodle/lib/ddl
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
..
tests MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
database_manager.php MDL-73095 core_ddl: Fix binary type field check 2021-11-18 17:53:00 +11:00
mssql_sql_generator.php
mysql_sql_generator.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
oracle_sql_generator.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
postgres_sql_generator.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
sql_generator.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
sqlite_sql_generator.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00