mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
53 lines
1.9 KiB
PHP
53 lines
1.9 KiB
PHP
<?php
|
|
$_SERVER['BASE_PAGE'] = 'manual/php5.php';
|
|
include_once __DIR__ . '/../include/prepend.inc';
|
|
site_header('PHP Version 5 Documentation');
|
|
?>
|
|
|
|
<h1>Documentation for PHP 5</h1>
|
|
|
|
<h2>Introduction</h2>
|
|
<p>
|
|
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, as well
|
|
as a link to a hosted third-party version.
|
|
</p>
|
|
|
|
<h2>PHP 5 Manual</h2>
|
|
<p>
|
|
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 linked copies
|
|
describe more aspects of PHP 5 than the actual manual described in September 2020 (e.g.
|
|
it covers more PHP 5 extensions).
|
|
</p>
|
|
|
|
<ul>
|
|
<li>
|
|
You can download a copy in the <a href="https://doc.php.net/archives/">documentation archives</a>.
|
|
</li>
|
|
<li>
|
|
You can also find the <a href="https://php-legacy-docs.zend.com/manual/php5/en/index">PHP 5 legacy manual</a>
|
|
on the Zend site, which was created from the official archives. This version of the manual is
|
|
maintained by Zend and not the PHP Documentation Group. Any questions about its content should be reported
|
|
via the "Report a Bug" links on the appropriate pages.
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
Please remember that these documentation versions <strong>should not
|
|
</strong> be used in everyday development, unless you are maintaining PHP 5 applications.
|
|
These versions lacks many topics connected with newer PHP versions and are not updated anymore.
|
|
</p>
|
|
|
|
<h2>Migrating to supported PHP version</h2>
|
|
<p>
|
|
All users are strongly encouraged to upgrade their environments to newest PHP version.
|
|
Please read our guides for <a href="http://php.net/manual/en/migration70.php">Migrating
|
|
from PHP 5.6 to PHP 7.0</a> for more information.
|
|
</p>
|
|
|
|
<?php
|
|
site_footer();
|