diff --git a/docs.php b/docs.php index 0be6988e4..9638b6e13 100644 --- a/docs.php +++ b/docs.php @@ -29,10 +29,10 @@ site_header("Documentation", array("current" => "docs"));

- Documentation for PHP 4 is currently being removed from the + Documentation for PHP 4 has been removed from the manual, but there is archived version still available. For more informations, please read - this explanation. + Documentation for PHP 4.

@@ -90,7 +90,7 @@ foreach ($ACTIVE_ONLINE_LANGUAGES as $langcode => $langname) { packages can be found on a separate server.
  • - If you are looking for PHP 4 documentation, plase read + If you are looking for PHP 4 documentation, please read this explanation.
  • diff --git a/download-docs.php b/download-docs.php index b8ecd7c00..f0167b042 100644 --- a/download-docs.php +++ b/download-docs.php @@ -68,7 +68,7 @@ $formats = array( are not complete, and contain English parts.
  • - If you are looking for PHP 4 documentation, plase read + If you are looking for PHP 4 documentation, please read this explanation.
  • diff --git a/manual/php4.php b/manual/php4.php index 76664febf..c4d9ca3af 100644 --- a/manual/php4.php +++ b/manual/php4.php @@ -10,20 +10,20 @@ site_header('PHP Version 4 Documentation');

    The PHP 4 documentation was removed from the PHP Manual in August 2014, approximately six years after PHP 4 reached its end of life. However, we have - provided downloadable copy of manual for anyone who would need it. + provided downloadable copies of the manual for anyone who would need it.

    PHP 4 Manual

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

    - To download copy of the manual for PHP 4, see the + To download a copy of the manual for PHP 4, see the documentation archives. Please, remember, that archived version should not be used in everyday development, unless you are developing PHP 4 applications. This version lacks many topics connected with PHP 5 and it is not updated anymore. @@ -32,9 +32,9 @@ site_header('PHP Version 4 Documentation');

    Migrating to PHP 5

    All users are strongly encouraged to upgrade their environments to PHP 5. - Please, read guide for Migrating + Please, read our guides for Migrating from PHP 4 to PHP 5.0.x and - Migrating from PHP 4 to PHP 5 FAQ, for more informations. + Migrating from PHP 4 to PHP 5 FAQ, for more information.