1
0
mirror of https://github.com/php/web-php.git synced 2026-03-28 17:22:06 +01:00
Files
archived-web-php/index.php
Derick Rethans 5d9b8fb99d Update site
2002-03-21 13:05:52 +00:00

232 lines
8.2 KiB
PHP

<?php
/* if you're reading this, it isn't because you've found a security hole.
this is an open source website. read and learn! */
header("Cache-Control: public, max-age=600");
require_once 'prepend.inc';
$SIDEBAR_DATA = '
<br>
<h3>What is PHP?</h3>
<p>
<acronym title="recursive acronym for PHP: Hypertext Preprocessor">PHP</acronym>
is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
If you are new to PHP and want to get some idea
of how it works, try the ' . make_link("/tut.php", "introductory tutorial") . '.
After that, check out the online ' . make_link("/docs.php", "manual") . ',
and the example archive sites and some of the other resources
available in the ' . make_link("/links.php", "links section") . '.
</p>
<p>
PHP is a project of the ' .
make_link("http://www.apache.org/","Apache Software Foundation") . '.
</p>
<h3>' . make_link("/thanks.php", "Thanks To") . '</h3>
&nbsp; ' . make_link("http://www.easydns.com/?V=698570efeb62a6e2", "easyDNS") . '<br>
&nbsp; ' . make_link("http://www.pair.com/", "pair Networks") . '<br>
&nbsp; ' . make_link("http://www.rackspace.com/?supbid=php.net", "Rackspace") . '<br>
&nbsp; ' . make_link("http://www.synacor.com/", "Synacor") . '<br>
&nbsp; ' . make_link("http://vasoftware.com/", "VA Software Corporation") . '<br>
<h3>Related sites</h3>
&nbsp; ' . make_link("http://www.apache.org/", "Apache") . '<br>
&nbsp; ' . make_link("http://www.mysql.com/", "MySQL") . '<br>
&nbsp; ' . make_link("http://www.postgresql.org/", "PostgreSQL") . '<br>
&nbsp; ' . make_link("http://www.zend.com/", "Zend Technologies") . '<br>
<h3>Community</h3>
&nbsp; ' . make_link("http://www.linuxfund.org/", "LinuxFund.org") . '<br>
&nbsp; ' . make_link("http://www.osdn.org/", "OSDN") . '<br>
<h3>Contact</h3>
<p>
Please submit website bugs in the ' .
make_link('http://bugs.php.net/', 'bug system') . '.
</p>
<p>
You can contact the webmaster at ' .
make_link('mailto:webmaster@php.net', 'webmaster@php.net') . '.
</p>
';
$fp = @fopen("backend/events.csv",'r');
if($fp) {
$cm=0;
while(!feof($fp)) {
list($d,$m,$y,$url,$desc,$id) = fgetcsv($fp,8192);
if($cm!=(int)$m) {
if($cm) $RSIDEBAR_DATA.= "<br />\n";
else $RSIDEBAR_DATA.='<h3>Upcoming Events<br />&nbsp;&nbsp;&nbsp;&nbsp;<a href="submit-event.php">[add event]</a></h3>';
$cm = (int)$m;
$RSIDEBAR_DATA .= "<h4>".strftime('%B',mktime(12,0,0,$cm,$d,$y))."</h4>\n";
unset($seen);
}
if(!$seen[$desc]) {
$RSIDEBAR_DATA .= "$d. <a href=\"cal.php?id=$id\">$desc</a><br>\n";
$seen[$desc] = true;
}
}
fclose($fp);
}
commonHeader("Hypertext Preprocessor");
echo "\n<!--$MYSITE-->\n";
?>
<h1>PHP 4.2.0 RC 1 Released</h1>
<p>
<font class="newsDate">[21-Mar-2002]</font>
A <?php print_link ("http://www.php.net/~derick/", "release candidate"); ?> for
PHP 4.2.0 has just been packed. This build is used for testing the readiness of
the release branch. By providing <?php print_link
("http://qa.php.net/buildtest-submit.php", "feedback"); ?> to this build, we
can make sure the actual release (planned for April, 22nd) has as few bugs as
possible. This release candidate is <b>NOT</b> meant for production servers,
only for helping out the PHP-QA Team finding weak spots. For more information
see the <?php print_link ("http://qa.php.net/", "PHP QA website"); ?>.
</p>
<?php echo hdelim(); ?>
<?php make_image("brain.gif", "PHPDoc Brain", "right"); ?>
<h1>PHP Documentation Team Meeting</h1>
<p>
<font class="newsDate">[13-Mar-2002]</font>
The <?php print_link('http://www.php-ev.de/documents/phpdoc/protocol.html',
'notes from the PHP Documentation Team Meeting'); ?> (Stuttgart, March
8th-10th) are now available.
Pictures of the event are currently not available.
</p>
<?php echo hdelim(); ?>
<h1>PHP Security Update - Windows Version</h1>
<p>
<font class="newsDate">[12-Mar-2002]</font>
Following up from the previous annoucement, PHP 4.1.2 has been released for
windows. The delayed release is due to the fix of a further security issue only
relating to the PHP for Windows version. More information on this change can be
found <?php print_link('/release_4_1_2_win32.php', 'here'); ?>. All PHP -
Windows users are encouraged to upgrade to the <?php
print_link('/downloads.php', 'latest version'); ?>.
</p>
<?php echo hdelim(); ?>
<h1>PHP Security Update</h1>
<p>
<font class="newsDate">[27-Feb-2002]</font>
Due to a security issue found in all versions of PHP (including 3.x and 4.x), a
new version of PHP has been released. Details about the security issue are <a
href="http://security.e-matters.de/advisories/012002.html">available here</a>.
All users of PHP are strongly encouraged to either upgrade to <a
href="/downloads.php">PHP 4.1.2</a>, or install the patch (<a
href="/downloads.php">available for PHP 3.0.18, 4.0.6 and 4.1.0/4.1.1)</a>.
</p>
<?php echo hdelim(); ?>
<?php print_link("http://weblabor.hu/php-doc-chm", make_image("chmhelp.gif", "CHM", "right") ); ?>
<h1>Fourth sample of 'PHP Manual CHM Edition'</h1>
<p>
<font class="newsDate">[16-Feb-2002]</font>
We released the fourth sample of the new CHM Edition. It was
a long time to release this version, as we revamped the design,
optimized the HTML code, made the pages stretch to any window
size, switched to use XSLT style sheets instead of DSSSL to
generate the pages, and coded many improvements and fixes.
</p>
<p>
<?php print_link("http://weblabor.hu/php-doc-chm", "Try out the new CHM Edition"); ?>,
and send us your feedback to our
<?php print_link("mailto:php-doc-chm@lists.php.net", "dedicated mailing list"); ?>.
</p>
<?php echo hdelim(); ?>
<h1>PHP-GTK 0.5.0 released</h1>
<p>
<font class="newsDate">[24-Jan-2002]</font>
<?php print_link("http://gtk.php.net/", "PHP-GTK"); ?> has reached version
0.5.0, also known as <em>"monday starts on saturday"</em>. The version number
was bumped from 0.1.1 to this one to indicate that PHP-GTK is now a fairly
mature and stable extension and can be used for a variety of applications
(just look on <?php print_link("http://www.freshmeat.net/", "Freshmeat"); ?>).
</p>
<p>
Also taking this opportunity, we would like to ask if some of you would
consider helping out with PHP-GTK documentation. It would be a great way to
learn this exciting extension and also contribute to the project.
</p>
<?php echo hdelim(); ?>
<?php print_link("/usage.php", make_image("stats-small.gif", "PHP Usage Stats", "right") ); ?>
<h1>Usage stats for December available</h1>
<p>
<font class="newsDate">[09-Jan-2002]</font>
<?php print_link("http://www.netcraft.com/", "Netcraft"); ?> and
<?php print_link("http://www.securityspace.com/s_survey/", "SecuritySpace" ); ?> have
published the <?php print_link("/usage.php", "current results"); ?> for their Web
Server surveys.
<br clear="all">
</p>
<?php echo hdelim(); ?>
<?php print_link("http://www.php-conference.de/2001/index_en.php", make_image("international_conference.gif", "International PHP Conference 2001", "right") ); ?>
<h1>International PHP Conference slides available</h1>
<p>
<font class="newsDate">[10-Jan-2002]</font>
You can find an overview of all slides of the sessions from the
International PHP Conference 2001 on the
<a href="http://www.phpconference.de/2001/slides_en.php">conference
slides page</a>. It is still not too late to check out some photos
from the conference:
<ul>
<li><?php print_link("http://www.photoalbum.nohn.net/PHPConference2001", "Sebastian Nohn"); ?></li>
<li><?php print_link("http://www.bttr.org/phpconf/", "Ralf Geschke"); ?></li>
<li><?php print_link("http://www.php-conference.de/2001/images/PHP_Konferenz/", "Conference photos"); ?></li>
</ul>
<br clear="all">
</p>
<?php echo hdelim(); ?>
<h1>PHP 4.1.1 Released!</h1>
<p>
<font class="newsDate">[26-Dec-2001]</font> Due to a few bugs in PHP 4.1.0, we
decided to release <a href="/downloads.php">PHP 4.1.1</a>. The bugs that were
fixed are not major ones but minor ones, which could be annoying if you get
bitten by them.
</p>
<p>
Our recommendation is that people who already upgraded to PHP 4.1.0 do
not need to upgrade to PHP 4.1.1 unless they're experiencing one of the
described bugs. Read the full
<a href="/release_4_1_1.php">release announcement</a>.
<br clear="all">
</p>
<?php echo hdelim(); ?>
<p align="center"><a href="/news.php">Old News</a></p>
<?php commonFooter(); ?>