1
0
mirror of https://github.com/php/web-php.git synced 2026-04-01 12:12:16 +02:00
Files
archived-web-php/index.php

90 lines
3.9 KiB
PHP

<?
if (isset($SERVER_NAME) && $SERVER_NAME=="www.php3.net") {
Header("Location: http://www.php.net/");
exit;
}
Header("Last-Modified: ".gmdate("D, d M Y H:i:s",getlastmod())." GMT");
require("shared.inc");
commonHeader("Hypertext Preprocessor");
echo "\n<!--$MYSITE-->\n";
?>
<img src="gifs/php4zend-small-white.gif" align="right">
<h3>PHP 4.0.3pl1 Released</h3>
Oct 15, 2000. Due to two problems discovered in PHP 4.0.3, <a href="downloads.php">PHP 4.0.3pl1 is now available</a>.
This release fixes an issue that prevented the Apache php_value mechanism from working correctly with .conf
files, and a memory leak that was discovered in the module versions of PHP.
<a href="downloads.php">Version 4.0.3</a> includes several security-oriented fixes and
enhancements, as well as several new features and bug fixes. It is strongly
recommended for all users of PHP to upgrade to this version. You can read the
<a href="/ChangeLog-4.php#4.0.3">changelog</A> here.
<h3>PHP 3.0.18 released</h3>
October 21, 2000. PHP 3.0.18 was released. This is a bug-fix release, including
fixes for file uploads and a backported imagetypes() function from PHP 4.0. The
<a href="http://cvs.php.net/viewcvs.cgi/php3/ChangeLog?rev=1.854">ChangeLog</a>
contains a full list of changes.
<h3>Improve your PHP skills</h3>
Looking for clear and useful guides to build dynamic web-sites using
PHP? Our <a href="/books.php">Books Resource Center</a> lists now
more than a dozen books in eight different languages. If you know
about more PHP-related books, tell us about them!
<h3>Manual Search Tip</h3>
You can go directly to PHP manual pages with a URL such as
<a href="http://php.net/strlen">php.net/strlen</a>.
<h3>Tips and Tricks Section</h3>
Check out our <A HREF="/tips.php">tips</A> page for some "neat" things, PHP-related.
It's a little sparse right now, but feel free to make suggestions!
<img src="ads/ZendOptimizer.gif" align="right">
<h3>Zend Optimizer Beta Released!</h3>
<a href="http://www.zend.com">Zend Technologies</a> has announced the availability of
the Zend Optimizer for PHP 4.0. The optimizer is available for
<a href="http://www.zend.com/zend/optimizer.php">free download</a>.
<h3>New usage stats for October available</h3>
<p>
<a href="/usage.php"><img align=right src="gifs/stats-small.gif" border=0 height=64 width=121 alt="PHP Usage Stats"></a>
<a href="http://www.netcraft.com/">Netcraft</a> and <a
href="http://www.securityspace.com/s_survey/">E-Soft</a> have
published the October results for their Web Server surveys - both
of which continue to show impressive growth for PHP. Check out the <a
href="usage.php">usage page</a>.
<br clear="all">
<h3>What is PHP?</h3>
<P>
PHP is a server-side, cross-platform, HTML embedded scripting language.
If you are completely new to PHP and want to get some idea of how it works,
have a look at the <a href="tut.php">Introductory Tutorial</a>. Once you get
beyond that have a look at the example archive sites and some of the other
resources available in the <a href="links.php">Links</a> section.
</P>
<h3>So, how much does it cost?</h3>
<P>
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>.
</P>
<h3>Year 2000 Compliance</h3>
Just like your C compiler or your favourite text editor, PHP is just about as
year 2000 compliant as your pencil. If you're still worried (perhaps all
pencils are built to break on December 31st 1999?) -
<a href="y2k.php">read this</a>.
<h3><a href="oldinfo.php">Older information</a></h3>
<?
commonFooter();
?>
<!-- comment: 15-Jun-1999 16:35 EDT -->