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

Fix/images php 8.0 #29479

Merged
merged 3 commits into from
Nov 2, 2021
Merged

Fix/images php 8.0 #29479

merged 3 commits into from
Nov 2, 2021

Commits on Oct 28, 2021

  1. Fix resource usages in OC_Image

    This makes sure using resource or GdImage (PHP>=8) behaves the same.
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    3631789 View commit details
    Browse the repository at this point in the history
  2. Revert "Do not run image tests on php8"

    This reverts commit d690f90.
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    23a4e17 View commit details
    Browse the repository at this point in the history
  3. Enable Avatar tests as well for PHP>=8

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    58b6f35 View commit details
    Browse the repository at this point in the history