mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
b450745465
PHP 7.3 comes with the newer PCRE2 engine that is slightly stricter, more specifically about using unescaped "-" within classes. They now hat to be at the end of the class or escaped. This is the only case we have found in core to make it compatible. Also note that the file changes is, apparently an imported library, but we have not it registered and already have performed changes to it, so I've ignored that point. In fact, it has tabs and so on, I've not modified that either.
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: http://docs.moodle.org/dev/Repository_API Track: http://tracker.moodle.org/browse/MDL-13766