diff --git a/downloads.php b/downloads.php
index caa1ff73c..15d0aebad 100644
--- a/downloads.php
+++ b/downloads.php
@@ -113,12 +113,12 @@ site_header("Downloads");
Complete Source Code
-
- - 30 Oct 2003
- md5: 7acea44d0dc10eb54fa08984e94060e8
+ - 21 Dec 2003
+ md5: bc9dfe2083564a749b88dd7ce7ed1a59
-
- - 30 Oct 2003
- md5: fd1dd3a3a958fc31e2fc32fee8e34402
+ - 21 Dec 2003
+ md5: 2f4c6db0b2dd5b888f5281b363fe3a85
diff --git a/index.php b/index.php
index 8a34f667a..607416b45 100644
--- a/index.php
+++ b/index.php
@@ -151,6 +151,41 @@ commonHeader("Hypertext Preprocessor");
// DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it)
?>
+PHP 5.0 Beta 3 released!
+
+ [21-Dec-2003]
+ PHP 5.0 Beta 3 has been released. The third beta of PHP is also scheduled
+ to be the last one (barring unexpected surprises). This beta incorporates
+ dozens of bug fixes since Beta 2, better XML support and many other
+ improvements, some of which are documented in the NEWS file.
+
+
+ Some of the key features of PHP 5 include:
+
+
+ -
+ PHP 5 features the Zend Engine 2.
+
+ -
+ XML support has been completely redone in PHP 5, all extensions are now focused around the
+ excellent libxml2 library (http://www.xmlsoft.org/).
+
+ -
+ SQLite has been bundled with PHP. For more information on SQLite, please visit their
+ website.
+
+ -
+ A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can
+ also interface with the DOM extension and vice-versa.
+
+ -
+ Streams have been greatly improved, including the ability to access low-level socket
+ operations on streams.
+
+
+
+
+
PHP Community Site Project Announced
[18-Dec-2003]