mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-73586 phpunit: Simply, remove the setting
It's not available since PHP 7.0, so no use at all.
This commit is contained in:
parent
cb95e0b707
commit
2e48f924e7
@ -39,8 +39,6 @@ ini_set('log_errors', '1');
|
||||
if (ini_get('opcache.enable') and strtolower(ini_get('opcache.enable')) !== 'off') {
|
||||
if (!ini_get('opcache.save_comments') or strtolower(ini_get('opcache.save_comments')) === 'off') {
|
||||
ini_set('opcache.enable', 0);
|
||||
} else {
|
||||
ini_set('opcache.load_comments', 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user