Maison> développement back-end> PHP7> le corps du texte

学习Mac系统完美安装PHP7的详细教程

coldplay.xixi
Libérer: 2023-02-17 16:46:01
avant
3711 Les gens l'ont consulté

学习Mac系统完美安装PHP7的详细教程

安装教程:

1.启动Apache

首先我们启动系统自带的Apache服务。
打开Terminal,输入如下指令:

// 开启Apache服务 sudo apachectl start // 查看Apache版本号 sudo apachectl -v
Copier après la connexion
Copier après la connexion

图 Terminal输入命令打开apache服务及查看版本号

然后我们验证一下我们开启的apache服务是否可以使用,打开浏览器,输入:

http://localhost
Copier après la connexion
Copier après la connexion

相关学习推荐:PHP 编程从入门到精通

运行PHP

运行我们的php之前,我们需要更改我们的php配置文件,打开Finder,“前往->前往文件夹…”,输入:

/etc/apache2/
Copier après la connexion
Copier après la connexion

找到我们的httpd.conf配置文件:
在这里插入图片描述

使用文本编辑器,将我们下面一行注释给取消掉:

LoadModule php7_module libexec/apache2/libphp7.so
Copier après la connexion
Copier après la connexion

在这里插入图片描述

配置文件修改后,我们只要重启我们的Apache服务就可以让修改生效了,在Terminal输入:

sudo apachectl restart
Copier après la connexion
Copier après la connexion

接下来我们想知道我们Mac上的php的版本。
我们在Terminal输入:

// 在Apache的根目录下复制index.html.en文件并重命名为info.php。 sudo cp /Library/WebServer/Documents/index.html.en /Library/WebServer/Documents/info.php
Copier après la connexion
Copier après la connexion

打开我们的info.php文件,用文本编辑器在“It works”后面添加:

Copier après la connexion
Copier après la connexion

然后再次重启我们的Apache。
重启后,我们在浏览器URL栏输入:

http://localhost/info.php
Copier après la connexion
Copier après la connexion

在这里插入图片描述

使用第三方包homebrew来安装,非常迅速有效!

安装教程:

1.启动Apache

首先我们启动系统自带的Apache服务。
打开Terminal,输入如下指令:

// 开启Apache服务 sudo apachectl start // 查看Apache版本号 sudo apachectl -v
Copier après la connexion
Copier après la connexion

图 Terminal输入命令打开apache服务及查看版本号

然后我们验证一下我们开启的apache服务是否可以使用,打开浏览器,输入:

http://localhost
Copier après la connexion
Copier après la connexion

运行PHP

运行我们的php之前,我们需要更改我们的php配置文件,打开Finder,“前往->前往文件夹…”,输入:

/etc/apache2/
Copier après la connexion
Copier après la connexion

找到我们的httpd.conf配置文件:
在这里插入图片描述

使用文本编辑器,将我们下面一行注释给取消掉:

LoadModule php7_module libexec/apache2/libphp7.so
Copier après la connexion
Copier après la connexion

在这里插入图片描述

配置文件修改后,我们只要重启我们的Apache服务就可以让修改生效了,在Terminal输入:

sudo apachectl restart
Copier après la connexion
Copier après la connexion

接下来我们想知道我们Mac上的php的版本。
我们在Terminal输入:

// 在Apache的根目录下复制index.html.en文件并重命名为info.php。 sudo cp /Library/WebServer/Documents/index.html.en /Library/WebServer/Documents/info.php
Copier après la connexion
Copier après la connexion

打开我们的info.php文件,用文本编辑器在“It works”后面添加:

Copier après la connexion
Copier après la connexion

然后再次重启我们的Apache。
重启后,我们在浏览器URL栏输入:

http://localhost/info.php
Copier après la connexion
Copier après la connexion

在这里插入图片描述

Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!

Étiquettes associées:
source:csdn.net
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Derniers articles par auteur
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!