1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 18:52:08 +02:00
Files
archived-web-php/index.php3
Zeev Suraski 1edf1eed0d Split the main page into newer and older news. I think we have to merge
the in-the-news page with the front page and the old news page...

Add 3.0.1->3.0.2 patch
Go with 3.0.2
1998-07-18 20:19:47 +00:00

45 lines
1.8 KiB
PHP

<?
require("shared.inc");
commonHeader("PHP: Hypertext Preprocessor");
?>
<h3>PHP 3.0.2 has been released</h3>
Version 3.0.2 is a service release for versions 3.0 and 3.0.1. It includes
fixes for the browscap module, two fixes to fairly rare language problems that
could result in a crash, compile fixes for systems that do not have GNU make,
and support for Apache 1.3.1 (<a href="ChangeLog-3.0.2.php3">complete list of changes available</a>).
PHP 3.0.2 is available as both a full package and patches against earlier versions in the
<a href="download-php.php3">downloads page</a>.<br>
All users of earlier versions are encouraged to upgrade to this version.
<h3>What is PHP?</h3>
<P>PHP 3.0 is a server-side HTML embedded scripting language and it is a
complete rewrite of the popular PHP/FI 2.0 language.
This rewrite is faster, more robust and uses less
memory than version 2. All users of version 2 are encouraged to
upgrade.
<P>If you are new to PHP, a good place to start discovering the power of
this language is by clicking on the &quot;Source&quot; button in the
top right corner of all the pages on this site. What you see is the
actual PHP files that are behind each of the pages you are looking at.
<h3>So, how much does it cost?</h3>
This may sound a little foreign to all you folks coming from a non-Unix
background, but PHP doesn't cost anything. You can use it for commercial
and/or non-commercial use all you want. You can give it to your friends,
print it out and hang it on your wall or eat it for lunch. Welcome to
the world of <a href="http://www.opensource.org">Open Source</a> software!
Smile, be happy, the world is good. For the full legalese, see the
official <a href="license.html">license</a>.
<h3><a href="old_news.php3">Older news</a></h3>
<?
commonFooter();
?>