1. Introduction to Zend Server
Zend Server is a powerful php web development application server developed by Zend, a founding company of PHP. Is a ready-made PHP Solution that simplifies PHP applications in Windows and Linux EnvironmentsProgram. It includes a fully tested PHP latest version, support for many database systems, and many additional software dedicated to Zend for improving PHP performance and diagnosis.
2. Install Zend server CE
Zend server CE is free of charge for Zend ServerCommunityVersion. The following describes how to install Zend server ce in Ubuntu. The Windows installation package includes Apache + PHP + MySQL (optional during installation, will be automatically downloaded from the MySQL official website) environment, can be used to replace XAMPP and other suites.
A. Download Zend server (DEB/RPM installer script) from the official website)
B. Installation
$ Sudo apt-Get install aptitude $ CD zendserver-repositoryinstaller-Linux/$./install_zs.sh ce 5.3
3. MySQL is not included in Linux and must be installed separately.
Take Ubuntu as an example:
Sudo apt-Get install mysql-Server
4. zend SERVER + Zend studio + Firefox debugging
Zend studio 7.0 and later versions will automatically detect the system Zend server when it is started, and will be bound to it after detection, if you have installed the Firefox plug-in when installing Zend studio, you can use the single-step debugging, page performance diagnosis, and other functions. If not, use Firefox to visit this page at http://www.zend.com/en/products/studio/downloads,visit
studio browser toolbars. The following describes the single-step debugging and page performance diagnosis functions