mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Update installation guide for macOS Monterey (#708)
This commit is contained in:
parent
0d69739d2c
commit
12081e88fb
2 changed files with 5 additions and 5 deletions
|
@ -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).
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue