Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php/pecl-database-mysql_xdevapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release/8.0.29
Choose a base ref
...
head repository: php/pecl-database-mysql_xdevapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trunk
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 28 files changed
  • 2 contributors

Commits on May 11, 2022

  1. PHP 8.1 Compatibility Fixes

    Adapt code to mysqlnd changes in the PHP 8.1 code base.
    kirmorozov authored and rsomla1 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    e7b03c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb90df8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. cdkbase: Disable c++17 deprecation warning.

    Note: the code should be fixed to not use deprecated template.
    rsomla1 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    a68a7d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Fix compiler warnings.

    rsomla1 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2b24419 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Update version to 8.0.30

    rsomla1 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1b62f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48feb5a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

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

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    c6908cb View commit details
    Browse the repository at this point in the history
  2. tests: Avoid loading already loaded plugins for workers.

    If the PHP used to run workes has a dynamic plugin loaded (because of its configuration) the old code would still append `-d extension=...` options and made the worker instance generate warnings which confuses communitcation with the worker.
    rsomla1 committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3da439e View commit details
    Browse the repository at this point in the history
  3. tests: Fix test user creation.

    The IP of the host of connecting user seen by the server can be different from the one on the host where tests are run. For example, this is the case when the test server runs inside a container. Therefore we create test user with generic host pattern `%` .
    rsomla1 committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    12ef3d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cc9a13 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. bug#34332205 - follow up

    Update function parameter checks that are performed when building in dev-mode to accept "!" in type specifications.
    rsomla1 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6f00919 View commit details
    Browse the repository at this point in the history
  2. bug#34332205 - follow up #2

    Turns out that verifying type specs that include "!" requires more changes to the code. For now disabling checks if type spec contains "!".
    rsomla1 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6cdca18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1375af View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. config.m4: Force c++17 also for aoutoconf checks

    Without this checks for, e.g., boost headers were failing on macOS (could be specific to clang which is used on macOS).
    rsomla1 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    41f52fb View commit details
    Browse the repository at this point in the history
Loading