mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
8f7dcb3453
To support PHPUnit we need to support large profiles, these may include backups and restores. To do that the following was required; - gzcompress for database space saving. - gzcompress for XML DomDocument field to say < 10Mb and allow imports. - Save PHPUnit runs directly to a file so they can be imported to the normal database. - Memory allowance on profiling view pages increases to support large profiles.