Skip to content

macOS Monterey stop bundling PHP #23

@tomy0000000

Description

@tomy0000000

It is confirmed that macOS Monterey will stop provide built-in PHP, see here and there.

The solution would probably be...

  • Bundle php binaries in this workflow (I'm not sure if that's going to work / suitable)
  • Add a user-guide to instruct user install php with homebrew (Probably the easiest, but not ideal for non-geeky users)
  • Rebuild the whole functionality in another scripting language

For anyone who stumble across this, the quick solution is

  1. Install PHP via homebrew
brew install php
  1. Change php path in Alfred

Double-click on encode / decode block, and change php to /usr/local/bin/php

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions