-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.11.4, 4.0
-
None
-
MOODLE_311_STABLE, MOODLE_400_STABLE
From php80 upgrade docs:
. Removed track_errors ini directive. This means that $php_errormsg is no
longer available. The error_get_last() function may be used instead.
Hence, we have to look for uses and move to a php73-php80 way to perform the same checks.
- duplicates
-
MDL-73520 replace deprecated php_errormsg with error_get_last()
-
- Closed
-