|
PHP 3:
- PHP 3.0 was the first version that closely resembles PHP as we know it today. It was created by Andi Gutmans and Zeev Suraski in 1997 as a complete rewrite, after they found PHP/FI 2.0 severely underpowered for developing an eCommerce application they were working on for a University project. In an effort to cooperate and start building upon PHP/FI's existing user-base, Andi, Rasmus and Zeev decided to cooperate and announce PHP 3.0 as the official successor of PHP/FI 2.0, and development of PHP/FI 2.0 was mostly halted.
- One of the biggest strengths of PHP 3.0 was its strong extensibility features. In addition to providing end users with a solid infrastructure for lots of different databases, protocols and APIs, PHP 3.0's extensibility features attracted dozens of developers to join in and submit new extension modules. Arguably, this was the key to PHP 3.0's tremendous success. Other key features introduced in PHP 3.0 were the object oriented syntax support and the much more powerful and consistent language syntax.
- The whole new language was released under a new name, that removed the implication of limited personal use that the PHP/FI 2.0 name held. It was named plain 'PHP', with the meaning being a recursive acronym - PHP: Hypertext Preprocessor.
- By the end of 1998, PHP grew to an install base of tens of thousands of users (estimated) and hundreds of thousands of Web sites reporting it installed. At its peak, PHP 3.0 was installed on approximately 10% of the Web servers on the Internet.
- PHP 3.0 was officially released in June 1998, after having spent about 9 months in public testing.
PHP 4:
- By the winter of 1998, shortly after PHP 3.0 was officially released, Andi Gutmans and Zeev Suraski had begun working on a rewrite of PHP's core. The design goals were to improve performance of complex applications, and improve the modularity of PHP's code base. Such applications were made possible by PHP 3.0's new features and support for a wide variety of third party databases and APIs, but PHP 3.0 was not designed to handle such complex applications efficiently.
- The new engine, dubbed 'Zend Engine' (comprised of their first names, Zeev and Andi), met these design goals successfully, and was first introduced in mid 1999. PHP 4.0, based on this engine, and coupled with a wide range of additional new features, was officially released in May 2000, almost two years after its predecessor, PHP 3.0. In addition to the highly improved performance of this version, PHP 4.0 included other key features such as support for many more Web servers, HTTP sessions, output buffering, more secure ways of handling user input and several new language constructs.
- Today, PHP is being used by hundreds of thousands of developers (estimated), and several million sites report as having it installed, which accounts for over 20% of the domains on the Internet.
- PHP's development team includes dozens of developers, as well as dozens others working on PHP-related projects such as PEAR and the documentation project.
PHP 5:
- PHP 5 was released in July 2004 after long development and several pre-releases. It is mainly driven by its core, the Zend Engine 2.0 with a new object model and dozens of other new features.
| Major version |
Minor version |
Release Date |
Notes |
|
|
|
|
| 1 |
1.0.0 |
08-06-1995 |
Officially called "Personal Home Page Tools (PHP Tools)". This is the first use of the name "PHP" |
| 2 |
2.0.0 |
01-11-1997 |
Considered by its creator as the "fastest and simplest tool" for creating dynamic web pages |
| 3 |
3.0.0 |
06-06-1998 |
Development moves from one person to multiple developers. Zeev Suraski and Andi Gutmans rewrite the base for this version |
| 4 |
| 4.0.0 |
22-05-2000 |
Added more advanced two-stage parse/execute tag-parsing system called the Zend engine. |
| 4.1.0 |
10-12-2001 |
Introduced 'superglobals' ($_GET, $_POST, $_SESSION, etc.) |
| 4.2.0 |
22-04-2002 |
Disabled register_globals by default. Data received over the network is not inserted directly into the global namespace anymore, closing possible security holes in applications. |
| 4.3.0 |
27-12-2002 |
Introduced the CLI, in addition to the CGI |
| 4.4.0 |
11-07-2005 |
Added man pages for phpize and php-config scripts. |
| 4.4.8 |
03-01-2008 |
Several security enhancements and bug fixes. Was to be the end of life release for PHP 4. Security updates only until 2008-08-08, if necessary. |
| 4.4.9 |
07-08-2008 |
More security enhancements and bug fixes. The last release of the PHP 4.4 series. |
|
| 5 |
| 5.0.0 |
13-07-2004 |
Zend Engine II with a new object model |
| 5.1.0 |
24-11-2005 |
Performance improvements with introduction of compiler variables in re-engineered PHP Engine. |
| 5.2.0 |
02-11-2006 |
Enabled the filter extension by default. Native JSON support. |
| 5.2.11 |
16-09-2009 |
Bug and security fixes. |
| 5.2.12 |
17-12-2009 |
Over 60 bug fixes, including 5 security fixes. |
| 5.2.13 |
25-02-2010 |
Bug and security fixes. |
| 5.3.0 |
30-06-2009 |
Namespace support; Late static bindings, Jump label (limited goto), Native closures, Native PHP archives (phar), garbage collection for circular references, improved Windows support, sqlite3, mysqlnd as a replacement for libmysql as underlying library for the extensions that work with MySQL, fileinfo as a replacement for mime_magic for better MIME support, the Internationalization extension, and deprecation of ereg extension. |
| 5.3.1 |
19-11-2009 |
Over 100 bug fixes, some of which were security fixes as well. |
| 5.3.2 |
04-03-2010 |
Includes a large number of bug fixes. |
|
|