略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: 使用软件包

2024-04-25

使用软件包

macOS 下有几个预编译和打包的 PHP 版本。可以通过它使用标准的配置的 PHP,但是若需要不同的功能集(比如一个安全服务器,或者一个不同的数据库驱动程序),可能需要自己编译 PHP 和/或 web 服务器。如果不熟悉如何自己编译软件,可以试着找一下包含自己所需功能的 PHP 预编译版本。

在 macOS 上安装 PHP 最简便的方式是用 homebrew:

  1. 安装 homebrew:参考 » brew.sh 上的说明

  2. brew install php

下面可选资源提供了在 macOS 上易于安装的软件包和预编译的二进制 PHP。

add a noteadd a note

User Contributed Notes 3 notes

up
3
marc_cole
6 months ago
Granted, this is not a "package", but I prefer to use phpbrew, as it allows me to install as many versions of PHP as I want for testing or whatever.

https://github.com/phpbrew/phpbrew
up
-1
Sajt
5 months ago
You can use Laravel valet, what is included PHP, Nginx, DNSMasq and a lot of things for easy developing. (https://laravel.com/docs/8.x/valet)
up
-2
saintalifrh at disroot dot org
5 months ago
Valet requires macOS and Homebrew. Before installation, you should make sure that no other programs such as Apache or Nginx are binding to your local machine's port 80.

you need to install brew anyway

官方地址:https://www.php.net/manual/en/install.macosx.packages.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3