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

Update haproxy_global.php to fix 14445 #1282

Closed
wants to merge 7 commits into from
Closed

Commits on Aug 6, 2023

  1. Update haproxy_global.php to fix 14445

    In pfSense CE 2.7, PHP has been updated to 8.2.6.  This version of PHP is stricter in using variables.
    
    This fixes the issue described in 14445 (https://redmine.pfsense.org/issues/14445) by explicitly defining an array before assigning a value to an element of that array.
    yobyot committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    50168eb View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    e9d4a16 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    Cosmetic change only
    yobyot committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    090f606 View commit details
    Browse the repository at this point in the history
  3. Update Makefile

    PORTREVISION = 1
    yobyot committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4512662 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5b359a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    0b4bd9f View commit details
    Browse the repository at this point in the history
  2. Delete .DS_Store

    yobyot committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    87d6d17 View commit details
    Browse the repository at this point in the history