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

fixing php 8.2 deprecations #30997

Merged
merged 5 commits into from Oct 26, 2022
Merged

fixing php 8.2 deprecations #30997

merged 5 commits into from Oct 26, 2022

Commits on Sep 15, 2022

  1. fixing php8.2 test deprecations

    fixes various dynamic property deprecations in the tests themselves
    brettmc committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    6e6d2aa View commit details
    Browse the repository at this point in the history
  2. fixing phpunit9 deprecation

    at() matcher is deprecated, to be removed in phpunit 10. switch to withConsecutive
    brettmc committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    07a5923 View commit details
    Browse the repository at this point in the history
  3. adding channel property to Grpc\Call

    this resolves "Creation of dynamic property Grpc\Call::$channel is deprecated" in php 8.2
    brettmc committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1e0bd5e View commit details
    Browse the repository at this point in the history
  4. skip implicit cast test in 8.1+

    implicit casting from float to int is deprecated from 8.1, so users would receive a deprecation warning if trying to do this
    brettmc committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    5796cfa View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. php8.2rc4

    brettmc committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    2a6cf72 View commit details
    Browse the repository at this point in the history