History of PHP

WBOY
WBOYOriginal
2016-07-30 13:30:151122browse

History of PHP

Written in Perl by Rasmus Lerdorf in 1994 and later rewritten in C

In 1995 Rasmus Lerdorf released PHP1 and PHP2 as Personal Home Page Tools (PHP Tools)

In 1997 Zeev Suraski and Andi Gutmans rewrote PHP's parser, and PHP was also renamed PHP at this time: Hypertext Preprocessor

In 1998, Zeev Suraski and Andi Gutmans released PHP3

In 1999, Zeev Suraski and Andi Gutmans released the parserZend Engine, and established Zend Technologies to manage the development of PHP

In 2000, PHP4 based on Zend Engine 1.0 was officially released

In 2004, PHP5 based on the second-generation Zend Engine was officially released

2013 PHP development The team launched PHP 5.5.0, which no longer supports Windows XP and 2003 systems

PHP7 will be officially released to the public on November 12, 2015


Abbreviation

PHP was originally the abbreviation of Personal Home Page, and later it was PHP: Abbreviation of Hypertext Preprocessor, this case is called recursive abbreviation


Copyright statement: This article is an original article by the blogger and may not be reproduced without the permission of the blogger.

The above has introduced the history of PHP, including aspects of it. I hope it will be helpful to friends who are interested in PHP tutorials.

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:Arrays in PHPNext article:Arrays in PHP