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

Fix PDO pgsql for macOS with Homebrew and disable PCRE JIT for M1 #116

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    e08e333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b91f5c9 View commit details
    Browse the repository at this point in the history
  3. feat(bin): prefer [email protected]

    PHP does not compile on openssl@3. The "brew --prefix openssl" command
    does not behave as expected. If [email protected] is installed then it will
    not output anything. If opsenssl@3 is installed then it will output a
    prefix for openssl@3. This commit uses explicit 1.1 version of OpenSSL.
    
    OpenSSL 3 was released to homebrew recently, so users may encounter this
    issue after upgrading to newest versions.
    ahawkins committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    3f1a00b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Fix PostgreSQL in MacOS

    wynlin committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    9bace81 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    97ccc19 View commit details
    Browse the repository at this point in the history
  2. Disable PCRE JIT for M1

    hlubek committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    1403eb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Re-format shell script

    hlubek committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    fb592ea View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    a3bdc81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d35b73 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

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