search
HomeBackend DevelopmentPHP TutorialSelection of software required for classic PHP development environment_PHP tutorial

Selection of software required for classic PHP development environment_PHP tutorial

Jul 13, 2016 pm 05:30 PM
phpmainstreambeginnerdevelopenvironmentnowofclassiclanguagesoftwarechoose


 php(as the current mainstream development language) The reason why many beginners are deterred is the relatively complicated php(as the current mainstream development language) The establishment of debugging environment , the test environment of php(as the current mainstream development language) is the first problem to solve when learning php(as the current mainstream development language). Therefore, this article begins by addressing this overarching question. php(as the current mainstream development language) The environment configuration is very flexible. Here I will explain it according to the installation method that is more suitable for learning. What I want to say at the beginning is that installing php (as the current mainstream development language) is not as difficult as you think. In fact, after you install it several times, you will find that installing php (As the current mainstream development language) It’s really easy.
 
What I will talk about below will cover the mainstream Windows operating system, that is to say, I will only explain the establishment process of the development environment of php(as the current mainstream development language) in the Windows environment. . This article will describe this process in the most detailed and popular language.  
The purpose of writing this tutorial is for those who like php
(as the current mainstream development language) and those who are interested in php(as the current mainstream development language) Watched by a friend who doesn’t know much about it. I went through many detours when getting started with php(as the current mainstream development language). Therefore, my biggest wish is that this tutorial can give beginners a correct guide, so that I will be satisfied. If you think you are an expert and already have this knowledge, please give your valuable advice, thank you.  
This article inevitably contains errors and deficiencies, please correct me.
 
Demonstration operating system: Windows Server 2003

Required software: php
(as the current mainstream development language), MySQL(best paired with PHP The best combination), apache(the most popular WEB server platform on Unix platform), php(as the current mainstream development language)MyAdmin, Zend Studio 
System requirements for Zend Studio: CPU above 233MHz (in my opinion, at least 733M CPU), memory above 128M (I recommend 512M), and disk space above 100M. Windows NT, Windows 2000 or Windows XP, Windows Server 2003 operating system. The only thing worth noting is that the software does not support the Windows 98 operating system. I strongly recommend developing php
(as the current mainstream development language) Do not use Windows 98 operating system. It is recommended to use Windows 2000/XP or Windows Server 2003 operating system. This can ensure the stability of the entire debugging system. Another thing I want to say is that Zend Studio consumes more memory and requires relatively high CPU frequency and relatively large memory support, otherwise it will be extremely difficult to run. Depending on your system, you can choose whether to install it.  
 First briefly explain the purpose of the above required software, and then I will explain the basic use of these software in detailed text:
 
 [php
(as the current mainstream development Language) ]: Obviously this is used to parse the php (as the current mainstream development language) file we edited and configure php (as the current mainstream development language) It is also centered around it. It has two versions, and this article will not introduce the installation of its cgi(not many people are using it now) version. If you want to install it using cgi(not many people use it now), then please check the relevant content of php(as the current mainstream development language) manual.  
 [MySQL
(The best combination with PHP)]: The best partner of the legendary php(as the current mainstream development language), it What is it used for? It’s DBMS (DataBase Management System: Database Management System)! Even if we don't necessarily need it sometimes, it is still indispensable if we want to really apply php(as the current mainstream development language) to web services - of course, if you need to use If other DBMS replaces MySQL(the best combination with PHP). Please skip the relevant content of this article. This article will not introduce the installation of other DBMS.  
 [apache
(The most popular WEB server platform on Unix platform)]: The most widely used server on the Internet today, even Microsoft's iis(Microsoft's WEB server platform) It is far less than the market share held by apache (the most popular WEB server platform on the Unix platform) . Compact and safe. It comes in two versions, version 1.x and the latest version 2.x.Perhaps the 1.x version has better support for php (as the current mainstream development language) , but this article will only introduce the installation of the 2.x version. If you want to install the 1.x version , please skip the relevant parts of this article. Of course, because I am using Windows as the demonstration platform, IIS (Microsoft's WEB server platform) will not be missing. This article will also introduce PHP (as the current mainstream development language) in detail. The configuration under iis(Microsoft's WEB server platform) includes the configuration of the latest Windows Server 2003 operating system iis(Microsoft's WEB server platform)6.0.
 
 [php(as the current mainstream development language)MyAdmin]: A very excellent MySQL running in the php(as the current mainstream development language) environment (The best combination with PHP) Management software, if you want to use other software instead, please skip the corresponding chapter.
 
 [Zend Studio]: After I have used it for a period of time, I have to admit that it is a very good php (as the current mainstream development language) IDE. However, if you want to use For it, you must have a powerful CPU and enough memory, otherwise its speed may make you very unhappy. Of course, you can also use other editors such as EditPlus2 to develop php(as the current mainstream development language).
 
 Part One Obtaining the Software
 
 How to obtain the above software?
 
 [php(as the current mainstream development language)]:
First we should know about php(as the current mainstream development language) Language) where published. http://qa.php(as the current mainstream development language).net/, this is the official page of the php(as the current mainstream development language) quality assurance team , the home page contains the release of the latest version of php(as the current mainstream development language). You can download the latest version including RC test version. However, I do not recommend using the RC test version because there may be unknown BUGs, which will affect the learning of php(as the current mainstream development language).

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/509140.htmlTechArticlephp (as the current mainstream development language) The reason why many beginners are deterred is the relatively complex php (doing As the current mainstream development language) the establishment of debugging environment, php (as the current mainstream...
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
The Continued Use of PHP: Reasons for Its EnduranceThe Continued Use of PHP: Reasons for Its EnduranceApr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

PHP and Python: Exploring Their Similarities and DifferencesPHP and Python: Exploring Their Similarities and DifferencesApr 19, 2025 am 12:21 AM

PHP and Python are both high-level programming languages ​​that are widely used in web development, data processing and automation tasks. 1.PHP is often used to build dynamic websites and content management systems, while Python is often used to build web frameworks and data science. 2.PHP uses echo to output content, Python uses print. 3. Both support object-oriented programming, but the syntax and keywords are different. 4. PHP supports weak type conversion, while Python is more stringent. 5. PHP performance optimization includes using OPcache and asynchronous programming, while Python uses cProfile and asynchronous programming.

PHP and Python: Different Paradigms ExplainedPHP and Python: Different Paradigms ExplainedApr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python: A Deep Dive into Their HistoryPHP and Python: A Deep Dive into Their HistoryApr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Choosing Between PHP and Python: A GuideChoosing Between PHP and Python: A GuideApr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

PHP and Frameworks: Modernizing the LanguagePHP and Frameworks: Modernizing the LanguageApr 18, 2025 am 12:14 AM

PHP remains important in the modernization process because it supports a large number of websites and applications and adapts to development needs through frameworks. 1.PHP7 improves performance and introduces new features. 2. Modern frameworks such as Laravel, Symfony and CodeIgniter simplify development and improve code quality. 3. Performance optimization and best practices further improve application efficiency.

PHP's Impact: Web Development and BeyondPHP's Impact: Web Development and BeyondApr 18, 2025 am 12:10 AM

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

How does PHP type hinting work, including scalar types, return types, union types, and nullable types?How does PHP type hinting work, including scalar types, return types, union types, and nullable types?Apr 17, 2025 am 12:25 AM

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values ​​and handle functions that may return null values.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools