Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-10495

Tests have version checks against php 6.0.0

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.9, 3.1.0-dev
    • 3.1.0-a1
    • None
    • None

    Description

      bootstrap.php has this code:

      // If we are on PHP >= 6.0.0 we do not need some code
      if (version_compare(PHP_VERSION, '6.0.0-dev', '>='))
      

      We changed it to check against 5.4.0 in startup.php, same change should be made here I suppose.

      Another occurrence is in phpBB/includes/request/type_cast_helper.php which is in develop only.

      Attachments

        Issue Links

          Activity

            People

              bantu Andreas Fischer [X] (Inactive)
              Oleg Oleg [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: