Home >Backend Development >PHP Tutorial > ubuntu停php开发环境搭建

ubuntu停php开发环境搭建

WBOY
WBOYOriginal
2016-06-13 13:22:051040browse

ubuntu下php开发环境搭建

sudo apt-get install apache2

浏览器打开 http://127.0.0.1 看到 It works 表示安装成功!

sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart


sudo apt-get install mysql-server
sudo apt-get install libapache2-mod-auth-mysql
sudo apt-get install php5-mysql
sudo /etc/init.d/apache2 restart


http://www.zend.com/en/products/guard/downloads


[ZendGuardLoader]
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
zend_loader.license_path=
zend_extension="/usr/lib/php5/ZendGuardLoader.so"

windows:zend_extension="d:\php\ext\ZendLoader.dll"

sudo service apache2 restart

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