Update installation guide for macOS Monterey (#708)

This commit is contained in:
Sergey Panteleev 2021-06-23 06:27:03 +03:00 committed by GitHub
parent 0d69739d2c
commit 12081e88fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<sect1 xml:id="install.macosx.bundled" xmlns="http://docbook.org/ns/docbook">
<title>Using the bundled PHP</title>
<title>Using the bundled PHP prior to macOS Monterey</title>
<simpara>
PHP has come standard with Macs since Mac OS X version 10.0.0. Enabling PHP
with the default web server requires uncommenting a few lines in the
PHP is bundled with macOS since macOS X (10.0.0) prior to macOS Monterey (12.0.0).
Enabling PHP with the default web server requires uncommenting a few lines in the
Apache configuration file <filename>httpd.conf</filename> whereas the
<acronym>CGI</acronym> and/or <acronym>CLI</acronym> are enabled by
default (easily accessible via the Terminal program).

View file

@ -4,8 +4,8 @@
<title>Installation on macOS</title>
<para>
This section contains notes and hints specific to installing PHP on macOS.
PHP is bundled with Macs, and compiling is similar to the
<link linkend="install.unix">Unix installation guide</link>.
PHP is bundled with macOS since macOS X (10.0.0) prior to macOS Monterey (12.0.0).
Compiling is similar to the <link linkend="install.unix">Unix installation guide</link>.
</para>
&install.macos.packages;
&install.macos.bundled;