Details

    • Type: Task
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.6.0-b1
    • Component/s: Plugins
    • Labels:
      None

      Description

      continue statements that are within a switch will raise a warning in php 7.3 because it acts as a break.

      The HTMLPurifier library uses two continue statements in a switch. They function correctly as a break in this context, but they really should be continue 2 instead. It will generate a warning in php 7.3 otherwise.

      Affects 2 locations in:

      • /lib/IDS/vendors/htmlpurifier/HTMLPurifier/ChildDef/Table.php

      Update the library if possible.

        Issue Links

          Activity

          There are no comments yet on this issue.

            People

            • Assignee:
              jonathan Jonathan Reissmueller
              Reporter:
              tyson Tyson Phillips (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:
                Fix Release Date:
                28/May/19

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 3 hours, 53 minutes
                3h 53m

                  Agile