MDL-52499 core: link to php7 documentation

This commit is contained in:
Marina Glancy
2015-12-14 12:56:34 +08:00
parent 771e49de0c
commit ff64873ece
+7
View File
@@ -1,6 +1,13 @@
This files describes API changes in core libraries and APIs,
information provided here is intended especially for developers.
=== 3.0.1 ===
* Number of changes to allow to run Moodle on PHP7. This should not affect existing plugins
when running on PHP5 but it is recommended to ensure PHP7 compatibility in plugins as well.
From Moodle 3.1 calling parent constructors by class names will show deprecation warnings.
Refer to https://docs.moodle.org/dev/Moodle_and_PHP7 for more information.
=== 3.0 ===
* Minify updated to 2.2.1