Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php 5.4 compatibility for olympus #626

Merged
merged 2 commits into from
Mar 22, 2012
Merged

Commits on Mar 16, 2012

  1. [task/php54] Refactor error_reporting call slightly.

    Separate error level assignment into a variable in this commit
    so that the only difference between Olympus and Ascraeus
    is the addition of logic altering $level.
    
    PHPBB3-10615
    p committed Mar 16, 2012
    Configuration menu
    Copy the full SHA
    71afba0 View commit details
    Browse the repository at this point in the history
  2. [task/php54] Disable E_STRICT in Olympus when running on PHP 5.4.

    We cannot use static in Olympus because it must be PHP 4 compatible.
    
    Therefore disable E_STRICT for Olympus.
    
    This commit should be reverted for Ascraeus.
    
    PHPBB3-10615
    p committed Mar 16, 2012
    Configuration menu
    Copy the full SHA
    5efdbfa View commit details
    Browse the repository at this point in the history