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: PHProxy/phproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Quix0r/phproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 9, 2024

  1. Fixed:

    - <include|require[_once]> are no functions, they are keywords, so don't use
      braces () to make them look like functions
    Quix0r committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fd37776 View commit details
    Browse the repository at this point in the history
  2. Continued:

    - converted old-style array() initialization into "new" [] way
    Quix0r committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1adb28f View commit details
    Browse the repository at this point in the history
  3. Continued:

    - added primitive type-hints
    Quix0r committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    63fe282 View commit details
    Browse the repository at this point in the history
  4. Continued:

    - changed {} into [] braces
    Quix0r committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    00a0592 View commit details
    Browse the repository at this point in the history
  5. Continued:

    - removed get_magic_quotes_gpc() as it has been removed, maybe sanitizing your
      input is a bad idea
    Quix0r committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f86f073 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Fixed:

    - PHP function `each()` is outdated, also an `if ($foo = bar())` should not be
      done anymore
    Quix0r committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    c65b023 View commit details
    Browse the repository at this point in the history
  2. Continued:

    - type-hints added
    Quix0r committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    1e9ef53 View commit details
    Browse the repository at this point in the history
Loading