MDL-50469 core: Update lib/upgrade.txt about notify() final deprecation

This commit is contained in:
Jun Pataleta 2018-01-16 11:32:01 +08:00
parent 943e290059
commit 56c9d66652

View file

@ -6,6 +6,8 @@ information provided here is intended especially for developers.
* The maximum supported precision (the total number of digits) for XMLDB_TYPE_NUMBER ("number") fields raised from 20 to * The maximum supported precision (the total number of digits) for XMLDB_TYPE_NUMBER ("number") fields raised from 20 to
38 digits. Additionally, the whole number part (precision minus scale) must not be longer than the maximum length of 38 digits. Additionally, the whole number part (precision minus scale) must not be longer than the maximum length of
integer fields (20 digits). Note that PHP floats commonly support precision of roughly 15 digits only (MDL-32113). integer fields (20 digits). Note that PHP floats commonly support precision of roughly 15 digits only (MDL-32113).
* The following functions have been finally deprecated and can not be used any more:
- notify()
=== 3.4 === === 3.4 ===