Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-10495

Tests have version checks against php 6.0.0

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.1.0-a1
    • 3.0.9, 3.1.0-dev
    • None
    • None

      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.

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

              Created:
              Updated:
              Resolved: