Home  >  Article  >  Backend Development  >  Which PHP integrated development environment is better?

Which PHP integrated development environment is better?

(*-*)浩
(*-*)浩Original
2019-10-11 10:04:574694browse

There are about a dozen mainstream PHP integrated development environments (hereinafter referred to as IDEs), such as: Zend Studio, PhpStorm, Eclipse, NetBeans, Dreamweaver, phpstudy, etc., each with its own advantages and disadvantages. Each IDE provides similar functions, but differs in details.

Which PHP integrated development environment is better?

The phpStudy package integrates the latest Apache PHP MySQL phpMyAdmin Zend Loader, which is a one-time installation and can be used without configuration. It is a very convenient and easy-to-use PHP debugging environment. The green, compact and simple program is only 13M and has a dedicated control panel. In short, learning PHP only requires one package. (Recommended learning: PHP video tutorial)

For novices learning PHP, environment configuration under WINDOWS is a very difficult thing; it is also a difficult thing for veterans Trivial matters. So whether you are a newbie or an experienced user, this package is a good choice.

phpStudy features:

1. Fully suitable for the latest operating systems.

2. This program package integrates the following software, all of which are the latest versions.

   PHP 5.3.21  新型的CGI程序编写语言,易学易用、速度快、跨平台。
   Apache 2.4.3  最流行的HTTP服务器软件,快速、可靠、开源。
   MySQL 5.5.30 执行性能高,运行速度快,容易使用,非常棒数据库。
   phpMyAdmin 3.5.7 开源、基于WEB而小巧的MySQL管理程序。
   OpenSSL 1.0.1c 密码算法库、SSL协议库以及应用程序。
   Zend Loader 5.5.0 免费的PHP优化引擎
   XCache 3.0.1    PHP缓存器/优化器 
   eAccelerator 1.0  PHP缓存加速器


3. MySQL database username: root, password root. Please reset the password after installation.

4. This program is pure green, supports system service and non-service startup methods, and can be switched freely. It can run normally even if you change the installation path or copy it to another computer; it can run even if you change the path after running it, so no configuration is really required. Rewrite the control panel to start and stop the control program more effectively and intuitively.

5. Produce Nginx version and Lighttpd version at the request of netizens. The Nginx version is phpfind, and the Lighttpd version is phpLight.

phpStudy pays special attention to:

1. In order to reduce errors, the installation path must not have spaces or Chinese characters. If a firewall is turned on, it will prompt whether to trust httpd and mysqld. To run, please select Allow all.

2. This is the apache php solution. If you need the Nginx php solution, please go to www.phpStudy.net to download phpfind. For the Lighttpd PHP solution, download phpLight.

3. After reinstalling the system or when related services are lost, just click "Run Mode - Application".

4. You can uninstall related services through the menu "Uninstall related services".

5. Right-click on the three start-stop buttons of "Start", "Stop" and "Restart" to selectively start and stop, and the left-click will control all starts and stops.

6. Menu "phpStudy Settings" can carry out related settings of php, apche and mysql. Menu "Site Domain Name Settings" allows you to add sites and domain names.

7. This program is divided into installation version and non-installation version. Whether it is installation or installation-free, the final effect is exactly the same.

The difference between system service and non-service startup:

System service startup: It will start when you turn on the computer. It is suitable for regular use or as a server. No need to start it manually. The service will start automatically. Started when the computer is turned on, the advantage is that the program runs stably.

Non-service startup: It needs to be started manually, suitable for occasional and frequent use. Related processes will not be started when not in use, thereby saving computer resources.

The above is the detailed content of Which PHP integrated development environment is better?. For more information, please follow other related articles on the PHP Chinese website!

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:php syntax errorNext article:php syntax error