Home headlines PHP version development history (1995-2022)

PHP version development history (1995-2022)

Jun 01, 2020 pm 01:59 PM
php version

PHP has always existed as the dominant force in Web development. In the field of WEB server development, the global share has always remained above 78%.

PHP is fast, very powerful, ecologically sound, and free. It is a programming language born for the WEB. Since its birth, PHP has been called the best programming language in the world by most developers. .

PHP version development history (1995-2022)

As a PHP learner and developer, how can I not understand its history?

The following php Chinese website will lead php enthusiasts to review the various historical versions of php.

php version development history:

##3.01998-06-062000-10-20Zeev Suraski and Andi Gutmans rewrote the underlying 4.02000-05-222001-06-23Added Zend engine4.12001-12-102002-03 -12Added superglobal (the concept of super global, namely $_GET, $_POST, etc.)4.22002-04-222002-09-06register_globals is disabled by default4.32002-12-272005 -03-31Introduced the command line interface CLI to use without CGI4.42004-07-11 2008-08-07Fixed some fatal errors5.02004-07-132005-09- 05ZendⅡEngine5.12005-11-242006-08-24 A compiler was introduced to improve performance and PDO was added as an interface to access the database5.22006-11-022011-01- 06Filter extension enabled by default5.32009-06-302014-08-14Support namespaces; use XMLReader and XMLWriter to enhance XML support; support SOAP, delayed static binding, jump tags (limited goto), closures, Native PHP archives. 5.42012-03-012015-09-03 Supports Traits and short array expressions. Removed register_globals, safe_mode, allow_call_time_pass_reference, session_register(), session_unregister(), magic_quotes and session_is_registered(). Added built-in web server. Improved performance and reduced memory usage.
Version Release date Final support Related updates and notes
1.0 1995-06-08 -- First use
2.0 1997- 11-01 -- PHP first release
5.5 2013-06-20 2016-07-10 Support generators, finally for exception handling , Add OpCache (based on Zend Optimizer) to the official release.
5.6 2014-08-28 2018-12-31 Constant scalar expression, variable parameter function , parameter unpacking, new exponentiation operator, extension of use statement for functions and constants, new phpdbg debugger as SAPI module, and other smaller improvements
6. x Unreleased -- A canceled PHP version that has never been officially released.
7.0 2015-12-03 2018-12-03 Zend Engine 3 (Performance improvements and on Windows supports 64-bit integers), unified variable syntax, and abstract syntax tree based compilation process.
7.1 2016-12-01 2019-12-01 void return value type, class constant, visible Sexual modifiers
7.2 2017-11-30 2020-11-30 Object parameter and return type hints , abstract method rewriting, etc.
7.3 2018-12-06 2021-12-06 PCRE2 support, etc.
7.4 2019-11-28 2022-11-28 Improve OpenSSL, weak references, etc.
8.0
2020 S4
or
2021 S1
2023 S4
or
2024 S1
JIT, array negative index, etc.

As of 2020, PHP has been born for 27 years. PHP versions and functions have been updated and developed. The number of requests processed by PHP 7.4 per second is three times that of PHP 5.6, which is about 18% faster than PHP 7.0; PHP 8.0 New featuresJIT (just-in-time) compilerAnd so on, this may open the door to machine learning, 3D rendering and data analysis on the web server, the future is endlessly imaginable...

The last and most important point is that according to w3c statistics, PHP's share of server-side programming languages ​​​​for websites is still close to 79%, and there is no further decline. In this regard, the community can act with healthy self-confidence without having to Avoid comparisons with other languages.

As for questions like “Does PHP have a future?”, “Is it still worth learning PHP?”, “Is PHP losing importance?” or even “PHP is dying” that pop up every year, I guess There is no point in arguing anymore. If you want to learn, start now!

Free learning recommendations: php language introductory tutorial (PHP programming learning roadmap)

Related recommendations:

1. Did you know? The best language of all: PHP is 25 years old!

2. Why is PHP the most suitable programming language for novices?

3. My sad road to job hunting: If you can, learn PHP, don’t do Python

4. PHP’s global share in 2019 How much does it account for? A survey from W3Techs

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

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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP version development history (1995-2022) PHP version development history (1995-2022) Jun 01, 2020 pm 01:59 PM

As a PHP learner and developer, how can I not understand its history? The following PHP Chinese website will lead PHP enthusiasts to review the various historical versions of PHP.

Pagoda Panel Tutorial: A Simple Guide to PHP Version Switching Pagoda Panel Tutorial: A Simple Guide to PHP Version Switching Mar 05, 2024 am 09:27 AM

Pagoda Panel is a powerful and easy-to-use server management panel that can help users easily manage websites, databases, FTP and other services. In the process of using the Pagoda Panel, sometimes you need to switch the PHP version to adapt to different website needs. This article will provide you with a simple guide for PHP version switching, and provide specific code examples to help readers quickly complete the PHP version switching operation. First, we need to log in to the Pagoda panel and enter the website settings page. Find the "Website" option in the left navigation bar and click

Pagoda Panel Operation Guide: Sharing PHP Version Switching Tips Pagoda Panel Operation Guide: Sharing PHP Version Switching Tips Mar 04, 2024 am 10:42 AM

BTPanel is a powerful and easy-to-use server management panel that can help users easily manage servers, websites, databases and other services. As a website developer or administrator, it is very important to master the skills of switching PHP versions in the Pagoda panel. In this article, we will share how to operate and switch PHP versions in the Pagoda panel, and provide specific code examples to help readers better master this skill. 1. Log in to the Pagoda panel. First, enter the server IP address or domain name in the browser, and add the Pagoda

Understand the meaning and importance of PHP version NTS Understand the meaning and importance of PHP version NTS Mar 27, 2024 pm 12:15 PM

The meaning and importance of PHP version NTS PHP (Hypertext Preprocessor) is a widely used open source server-side scripting language that is used to develop dynamic web pages. PHP versions include NTS (Non-ThreadSafe) and TS (ThreadSafe). In this article, we will focus on the meaning and importance of NTS versions and provide some concrete code examples. The NTS version refers to the non-thread-safe version of PHP, which was originally designed to

How to deal with errors caused by PHP version upgrade How to deal with errors caused by PHP version upgrade May 11, 2023 am 08:48 AM

When developing a website or application using PHP, version upgrades are a necessary task because each version brings new features and fixes known issues. However, PHP version upgrades can also introduce new bugs because the new version may no longer support the functionality or syntax of the older version. In this article, we will introduce how to deal with errors caused by PHP version upgrade to ensure the normal operation of the application. 1. Back up the application and server. Before upgrading the PHP version, you must back up the application and server. The backup application can be

How to update PHP version in Eclipse How to update PHP version in Eclipse Mar 28, 2024 pm 09:54 PM

Eclipse is a widely used integrated development environment (IDE) that can be used to develop projects in various programming languages. When using Eclipse to develop PHP projects, it is sometimes necessary to update the PHP version to adapt to new features or fix bugs. This article will explain how to update the PHP version in Eclipse and provide specific code examples. 1. Preparations for updating the PHP version Before updating the PHP version, we need to ensure that Eclipse and the PHP development environment have been installed. in addition,

How do version updates of PHP functions affect development? How do version updates of PHP functions affect development? Apr 18, 2024 pm 02:54 PM

Impact of PHP function version updates: Impact of new features: New features are introduced to facilitate the development of complex tasks. Fix the impact of the bug: Improve function behavior and improve code stability. Impact of behavior change: Most disruptive, requiring updates to code that uses the function. Best practices: Test updates in a test environment, check interactive code, and update affected dependencies.

New features of PHP7 version and their impact on mini program development New features of PHP7 version and their impact on mini program development Jul 04, 2023 pm 06:15 PM

New features of PHP7 version and their impact on mini program development. With the continuous development of technology, the Internet industry is also changing with each passing day. In recent years, mini programs have become a hot topic in mobile application development. At the same time, the release of PHP7 version has also become the focus of developers' attention. This article will explore the new features of the PHP7 version and analyze its impact on the development of small programs. 1. New features of PHP7 version As a major update of the PHP language, PHP7 version brings many new features and performance improvements. Here are a few important new features: Sex