Home >Backend Development >PHP Tutorial >请问关于php的安装问题

请问关于php的安装问题

WBOY
WBOYOriginal
2016-06-20 09:37:02892browse

请问最近在自学php,据我了解,对于windows系统 需要安装 Apache ,  Myspl, php。
网上说 有XAMPP这个套件,安装它就能同时安装好 Apache ,  Myspl, php。

请问 在实际应用中,比如用的是  阿里云服务器,需要安装 Apache ,  Myspl, php的时候, 会用xampp这个套件安装吗?还是分别把 apache  mysql  php安装程序下载后,分别安装呢?

 麻烦知道的朋友帮忙回复,谢谢


回复讨论(解决方案)

云服务器最好使用供应商提供的安装包

可以分开安装,也可以安装集成环境
首先看你用的是window系统,还是linux系统

linux可以yum,apt-get安装,也可以下载源码安装

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:优先级问题Next article:Apache url 重写