mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-50469 core: Update lib/upgrade.txt about notify() final deprecation
This commit is contained in:
parent
943e290059
commit
56c9d66652
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
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).
|
||||
* The following functions have been finally deprecated and can not be used any more:
|
||||
- notify()
|
||||
|
||||
=== 3.4 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue