Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
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: adminerevo/adminerevo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: beyondcode/adminerevo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 31, 2025

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

Commits on Nov 13, 2025

  1. Fix deprecations for PHP 8.5

    mechelon committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    0bf59fd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Refactor HTTP response header handling in Elastic and Clickhouse driv…

    …ers for compatibility with PHP 8.5
    mechelon committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    9fd096b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. PHP 8.4+ triggers the deprecation warning at parse-time when it sees …

    …$http_response_header in the source, even in blocks that never execute. Using variable indirection ($$varName) hides the deprecated variable from the parser
    mechelon committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    3c2cdcd View commit details
    Browse the repository at this point in the history
Loading