Modified files:
/phpweb index.php
Log:
RC2 is a go.
Index: phpweb/index.php
diff -u phpweb/index.php:1.462 phpweb/index.php:1.463
--- phpweb/index.php:1.462 Fri Oct 17 16:55:50 2003
+++ phpweb/index.php Mon Oct 20 12:55:21 2003
@@ -151,6 +151,23 @@
// DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it)
?>
+<h1>PHP 4.3.4RC2 released</h1>
+<p>
+ <span class="newsdate">[20-Oct-2003]</span>
+ <a href="http://qa.php.net/">PHP 4.3.4RC2</a> has been released for testing.
+ This release candidate is hopefully the final release candidate prior to the
+ 4.3.4 release and should be very stable. Please test this release as much as
+ possible, so that any remaining issues can be uncovered and resolved prior to
+ the final release.
+</p>
+<p>
+ List of changes can be found in the
+ <a href="http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.412&r2=1.1247.2.442">NEWS</a>
+ file.
+</p>
+
+<hr />
+
<?php news_image("http://www.directionphp.biz/", "directionphp.png", "Direction|PHP"); ?>
<h1>Monthly PHP Magazine in French launched!</h1>
Modified files:
/phpweb index.php
Log:
Removing old RC info, so the frontpage will load faster
Index: phpweb/index.php
diff -u phpweb/index.php:1.463 phpweb/index.php:1.464
--- phpweb/index.php:1.463 Mon Oct 20 12:55:21 2003
+++ phpweb/index.php Thu Oct 23 16:58:45 2003
@@ -202,22 +202,6 @@
<hr />
-<h1>PHP 4.3.4RC1 released</h1>
-<p>
- <span class="newsdate">[29-Sep-2003]</span>
- <a href="http://qa.php.net/">PHP 4.3.4RC1</a> has been released for testing.
- This release candidate contains only bug fixes, so it should be quite stable.
- Please test this release as much as possible, so that any remaining issues
- can be uncovered and resolved prior to the final release.
-</p>
-<p>
- List of changes can be found in the
- <a href="http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.357&r2=1.1247.2.411">NEWS</a>
- file.
-</p>
-
-<hr />
-
<?php news_image("http://www.phpcruise.com/", "phpcruise.png", "php|cruise"); ?>
<h1>php|cruise: The World's First Ever PHP-only Cruise</h1>
@@ -404,22 +388,6 @@
now offers daily news for PHP professionals and beginners from all over the
world, helping them to stay up-to-date with the latest news on PHP and
related technologies.
-</p>
-
-<hr />
-
-<h1>PHP 4.3.3RC3 released</h1>
-<p>
- <span class="newsdate">[07-Aug-2003]</span>
- <a href="http://qa.php.net/">PHP 4.3.3RC3</a> has been released for testing.
- This is should be the last release candidate prior to the final 4.3.3 release.
- Please test this release as much as possible, so that any remaining issues can
- be uncovered and resolved.
-</p>
-<p>
- List of changes can be found in the
- <a href="http://cvs.php.net/diff.php/php-src/NEWS?login=2&r2=1.1247.2.329&r1=1.1247.2.314">NEWS</a>
- file.
</p>
<hr />
Modified files:
/phpweb index.php
Log:
Forum PHP in Paris
Index: phpweb/index.php
diff -u phpweb/index.php:1.464 phpweb/index.php:1.465
--- phpweb/index.php:1.464 Thu Oct 23 16:58:45 2003
+++ phpweb/index.php Sun Oct 26 11:01:27 2003
@@ -151,6 +151,19 @@
// DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it)
?>
+<h1>Forum PHP in Paris, November 26 & 27th</h1>
+<p>
+ <span class="newsdate">[26-Oct-2003]</span>
+ The French PHP User Group <a href="http://www.afup.org/">AFUP association</a>
+ is proud to announce the third annual PHP meeting in Paris,
+ on November 26th and 27th, 2003. Developpers and managers will
+ gather to meet PHP inventor Zeev Suraski and other community
+ proeminent experts for two days of conferences, packed with
+ <a href="http://www.afup.org/forumphp/">solutions and advanced technics</a>
+</p>
+
+<hr />
+
<h1>PHP 4.3.4RC2 released</h1>
<p>
Modified files:
/phpweb index.php
Log:
adding picture
Index: phpweb/index.php
diff -u phpweb/index.php:1.465 phpweb/index.php:1.466
--- phpweb/index.php:1.465 Sun Oct 26 11:01:27 2003
+++ phpweb/index.php Sun Oct 26 11:51:42 2003
@@ -150,6 +150,7 @@
// DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it)
?>
+<?php news_image("http://www.afup.org/forumphp/", "afup2003.png", "Forum PHP"); ?>
<h1>Forum PHP in Paris, November 26 & 27th</h1>
<p>
didou
You've missed the last part of the news "(site in French).". The final
dot is missing anyway.
didou