mirror of
https://github.com/php/web-php.git
synced 2026-03-29 18:52:08 +02:00
27 lines
1.6 KiB
PHP
27 lines
1.6 KiB
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("PHP 4.0 Beta 3");
|
|
echo "\n<!--$MYSITE-->\n";
|
|
?>
|
|
|
|
<p>The long anticipated Beta version of the next generation of PHP is here!</p>
|
|
<ul>
|
|
<li>Read the <a href="release_announcement.php">Beta 1 Release Announcement</a></li>
|
|
<li><a href="downloads.php">Download</a> PHP 4.0 Beta 3!</li>
|
|
<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="http://bugs.php.net/version4/">Report bugs</a></li>
|
|
<li><a href="cvs.php">CVS instructions</a></li>
|
|
<li>Subscribe to the <a href="mailto:php4beta-subscribe@lists.php.net">PHP 4.0 Beta mailing list</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>View the <a href="credits.php">Credits page</a></li>
|
|
<li>License questions? See the <a href="license-FAQ.php">License FAQ</a></li>
|
|
<li>David Hjortso prepared documentation about the new PHP 4.0 Session module by Sascha Schumann. <a href="http://129.142.82.11/session/">Check it out!</a></li>
|
|
<li><a href="mailto:feedback@beta.php.net">Give us feedback!</a> We're interested in both negative and positive feedback. <br>Please don't report bugs in here, though - report them via the <a href="http://bugs.php.net/version4/">bugs database</a>.
|
|
</ul>
|
|
|
|
|
|
<? commonFooter(); ?>
|