Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-77482

PHP 8.2: ksort(...) - Course

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Minor Minor
    • None
    • Future Dev
    • Course

      Based on an Audit of the code, this component has the following uses of ksort without an explicit sort order which means SORT_REGULAR is applied by default and this sort behavior changes in PHP 8.2.
      See: https://php.watch/versions/8.2/ksort-SORT_REGULAR-order-changes

      Instances:

      • ./course/tests/courselib_test.php:        ksort($oldsections);
      • ./course/tests/courselib_test.php:        ksort($oldsections);
      • ./course/tests/courselib_test.php:        ksort($sections);
      • ./course/tests/courselib_test.php:        ksort($oldsections);
      • ./course/tests/courselib_test.php:        ksort($sections);
      • ./course/lib.php:                ksort($sequenceunique); // Preserve initial order of modules.

            matt.porritt@moodle.com Matt Porritt
            matt.porritt@moodle.com Matt Porritt
            David Woloszyn David Woloszyn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 35 minutes
                35m

                  Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.