mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
21 lines
851 B
PHP
21 lines
851 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("PHP 4.0");
|
|
echo "\n<!--$MYSITE-->\n";
|
|
?>
|
|
|
|
<p>The long anticipated next generation of PHP is here!</p>
|
|
<ul>
|
|
<li>Read the <a href="migration.php">Migration notes</a> on how to migrate from PHP 3.0</li>
|
|
<li>Read about the (very few) <a href="incompatibilities.php">incompatibilities</a> between PHP 3.0 and PHP 4.0.</li>
|
|
<li><a href="cvs.php">CVS instructions</a></li>
|
|
<li><a href="win32build.php">Win32 build instructions</a></li>
|
|
<li>Subscribe to the <a href="mailto:php-cvs-daily-subscribe@lists.php.net">PHP 4.0 daily ChangeLog and NEWS additions</a></li>
|
|
<li>Download <a href="logos.php"> PHP 4.0 Logos</a></li>
|
|
<li>Check out the <a href="http://www.zend.com"> Zend web site</a></li>
|
|
<li>License questions? See the <a href="license-FAQ.php">License FAQ</a></li>
|
|
</ul>
|
|
|
|
|
|
<? commonFooter(); ?>
|