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

ubuntu停php开发环境搭建

WBOY
Release: 2016-06-13 13:22:05
Original
1054 people have browsed it

ubuntu下php开发环境搭建

sudo apt-get install apache2
Copy after login

浏览器打开 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
Copy after login


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
Copy after login


http://www.zend.com/en/products/guard/downloads
Copy after login


[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"
Copy after login

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

sudo service apache2 restart
Copy after login

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template