-
Improvement
-
Resolution: Done
-
Minor
-
None
-
4.3.1, 4.4
-
MOODLE_403_STABLE, MOODLE_404_STABLE
https://stitcher.io/blog/new-in-php-83#the-small-deprecations-rfc-rfc
- Deprecate passing negative $widths to mb_strimwidth()
- I cannot see any use of mb_strimwidth in core
- Deprecate and remove the NumberFormatter::TYPE_CURRENCY constant
- I cannot see any use of TYPE_CURRENCY in core
- Deprecate and remove the broken pre-PHP 7.1 Mt19937 implementation (MT_RAND_PHP)
- I cannot see any use of MT_RAND_PHP in core
- Deprecate and remove calling ldap_connect() with 2 parameters $host and $port
- Used in ADODB
- Deprecate remains of string evaluated code assertions
- No use of assert_options
- No use of assert\. (ini set/fetch)
- I can't see any use of assert() being passed to anything else
Required
- adodb
- Check upstream for fix
- assertions
- Confirm lack of assert_options and assert\.
- Confirm no call to assert() is passed to anything that would depend upon its return value
- All others:
- Confirm that they are not in use in core