From 8de8c4e0677706f6804d91283289f62ca65f4b62 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 5 Sep 2020 14:57:24 +0200 Subject: [PATCH] Archive PHP 5 documentation We prepare for the actual removal of PHP 5 specific documentation by setting up the necessary information. --- docs.php | 7 ++++--- manual/php5.php | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 manual/php5.php diff --git a/docs.php b/docs.php index 8521860604..9681074056 100644 --- a/docs.php +++ b/docs.php @@ -67,10 +67,11 @@

- Documentation for PHP 4 has been removed from the - manual, but there is archived version still available. For + Documentation for PHP 4 and PHP 5 has been removed from the + manual, but there are still archived versions still. For more information, please read - Documentation for PHP 4. + Documentation for PHP 4 and + Documentation for 5, respectively.

diff --git a/manual/php5.php b/manual/php5.php new file mode 100644 index 0000000000..4752416af2 --- /dev/null +++ b/manual/php5.php @@ -0,0 +1,40 @@ + + +

Documentation for PHP 5

+ +

Introduction

+

+ The PHP 5 documentation was removed from the PHP Manual in September 2020, + approximately two years after PHP 5 reached its end of life. However, we have + provided downloadable copies of the manual for anyone who would need it. +

+ +

PHP 5 Manual

+

+ An attempt has been made to preserve as much documentation related to PHP 5, as + possible. Despite this, we don't have a nice, separate manual covering only PHP 5. + The reason for this is how our documentation is structured. Even so, the archived copy + describes more aspects of PHP 5 than actual manual described in September 2020 (e.g. + it covers more PHP 5 extensions). +

+ +

+ To download a copy of the manual for PHP 5, see the + documentation archives. Please, remember, that archived version should not + be used in everyday development, unless you are developing PHP 5 applications. + This version lacks many topics connected with newer PHP versions and it is not updated anymore. +

+ +

Migrating to supported PHP version

+

+ All users are strongly encouraged to upgrade their environments to newest PHP version. + Please, read our guides for Migrating + from PHP 5.6 to PHP 7.0 for more information. +

+ +