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: FoolCode/SphinxQL-Query-Builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: FoolCode/SphinxQL-Query-Builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 8 files changed
  • 4 contributors

Commits on Jan 11, 2022

  1. Test with php8.1

    red-led committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    3725e48 View commit details
    Browse the repository at this point in the history
  2. Suppress E_DEPRECATED notices for \ArrayAccess, \Iterator, and \Count…

    …able method implementations
    red-led committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    544cc78 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    041c821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea092e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. update build matrix

    oohnoitz committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    425b9cc View commit details
    Browse the repository at this point in the history
  2. fix binary path for sphinx2

    oohnoitz committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    0a6fce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f757b05 View commit details
    Browse the repository at this point in the history
  4. update CHANGELOG

    oohnoitz committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    273abd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c1b1b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Configuration menu
    Copy the full SHA
    4ed121d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5423fc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Deprecated: Foolz\SphinxQL\SphinxQL::__construct(): Implicitly markin…

    …g parameter $connection as nullable
    
    ```Deprecated: Foolz\SphinxQL\SphinxQL::__construct(): Implicitly marking parameter $connection as nullable is deprecated, the explicit nullable type must be used instead in vendor/foolz/sphinxql-query-builder/src/SphinxQL.php on line 222```
    umpirsky authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    2134ecf View commit details
    Browse the repository at this point in the history
  2. Deprecated: Foolz\SphinxQL\SphinxQL::enqueue(): Implicitly marking pa…

    …rameter $next as nullable is deprecated
    
    ```
    Deprecated: Foolz\SphinxQL\SphinxQL::enqueue(): Implicitly marking parameter $next as nullable is deprecated, the explicit nullable type must be used instead in /vendor/foolz/sphinxql-query-builder/src/SphinxQL.php on line 307
    ```
    umpirsky authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    65c9e78 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Deprecated: Foolz\SphinxQL\SphinxQL::__construct(): Implicitly markin…

    …g parameter $connection as nullable is deprecated
    
    Fixes #214
    umpirsky authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    92c3a43 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Merge pull request #211 from pandabadger/master

    Fix PHP 8.4 implicit nullable deprecations
    oohnoitz authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    07d5af8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #212 from umpirsky/patch-1

    Deprecated: Foolz\SphinxQL\SphinxQL::__construct(): Implicitly markin…
    oohnoitz authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    bec64ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #213 from umpirsky/patch-2

    Deprecated: Foolz\SphinxQL\SphinxQL::enqueue(): Implicitly marking pa…
    oohnoitz authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    c0f3dfc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #215 from umpirsky/patch-3

    Deprecated: Foolz\SphinxQL\SphinxQL::__construct(): Implicitly markin…
    oohnoitz authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    b1eb01c View commit details
    Browse the repository at this point in the history
Loading