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

Migration to PHP 7.4 #1086

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 16, 2020

  1. Correct deprecated methods in PHP7.4 (propelorm#1079)

    * runtime/lib/query/Join.php
      implode() was used against the definition (wrong PHP documentation
    
    * runtime/lib/query/ModelCriteria.php
      count() was used on non-countable variable (non-array)
    michalmagic42 committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    8b24c58 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    8e2034f View commit details
    Browse the repository at this point in the history
  2. Compatibility changes

    tworzenieweb committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    871be2f View commit details
    Browse the repository at this point in the history
  3. Added docker setup

    tworzenieweb committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    3a4ece9 View commit details
    Browse the repository at this point in the history
  4. updated travis

    tworzenieweb committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    7554050 View commit details
    Browse the repository at this point in the history
  5. added correct path

    tworzenieweb committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    4513916 View commit details
    Browse the repository at this point in the history
  6. 7.4 final travis setup

    tworzenieweb committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    47b2c5a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    87fddf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    5aa667c View commit details
    Browse the repository at this point in the history