diff --git a/ChangeLog-4.php b/ChangeLog-4.php index 5a9a8b057..35b885fbf 100644 --- a/ChangeLog-4.php +++ b/ChangeLog-4.php @@ -11,6 +11,51 @@ function bugl($number) { echo "#$numbe
+
+

Version 4.3.10

+14-Dec-2004 + + +There is a separate announcement available for this release.
+ +
+

Version 4.3.9

22-Sep-2004 diff --git a/downloads.php b/downloads.php index f2f839c2c..066c30285 100644 --- a/downloads.php +++ b/downloads.php @@ -67,23 +67,23 @@ site_header("Downloads"); ?> -

PHP 4.3.9

+

PHP 4.3.10

Complete Source Code

See the ChangeLog for a complete list of changes, - or the release notes for more information on + or the release notes for more information on this particular release. Daily snapshots are also available from snaps.php.net (not intended for production use!).

@@ -96,19 +96,19 @@ site_header("Downloads"); diff --git a/index.php b/index.php index c2c662d14..c4924990a 100644 --- a/index.php +++ b/index.php @@ -145,6 +145,26 @@ commonHeader("Hypertext Preprocessor"); // DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it) ?> + +

PHP 4.3.10 released!

+

+ [15-Dec-2004] + PHP Development Team would like to announce the immediate release of + PHP 4.3.10. This is a maintenance release + that in addition to over 30 non-critical bug fixes addresses several very + serious security issues. All Users of PHP are strongly encouraged to upgrade + to this release as soon as possible. +

+ +

+ For changes since PHP 4.3.9, please consult the + ChangeLog. +

+ + +
+ +

PHP 5.0.3RC2 released!

@@ -157,18 +177,6 @@ commonHeader("Hypertext Preprocessor");


- -

PHP 4.3.10RC2 released!

-

- [08-Dec-2004] - PHP 4.3.10RC2 has been released for testing. - This is the second release candidate and should be very near production quality. - Nevertheless, please download and test it as much as possible on real-life - applications to uncover any remaining issues. -

- -
-

PHP West Conferences: Web Services - Vancouver, BC

diff --git a/release_4_3_10.php b/release_4_3_10.php new file mode 100644 index 000000000..c47c66c7b --- /dev/null +++ b/release_4_3_10.php @@ -0,0 +1,55 @@ + + +

PHP 4.3.10 Release Announcement

+ +

+PHP Development Team would like to announce the immediate release of PHP 4.3.10. This is a +maintenance release that in addition to over 30 non-critical bug fixes addresses several very +serious security issues. +

+

+These include the following: +

+CAN-2004-1018 - shmop_write() out of bounds memory write access.
+CAN-2004-1018 - integer overflow/underflow in pack() and unpack() functions.
+CAN-2004-1019 - possible information disclosure, double free and negative reference index array underflow in deserialization code.
+CAN-2004-1020 - addslashes not escaping \0 correctly.
+CAN-2004-1063 - safe_mode execution directory bypass.
+CAN-2004-1064 - arbitrary file access through path truncation.
+CAN-2004-1065 - exif_read_data() overflow on long sectionname.
+magic_quotes_gpc could lead to one level directory traversal with file uploads. +

+All Users of PHP are strongly encouraged to upgrade to this release as soon as possible.

+ +

Bugfix release

+ +

+ Aside from the above mentioned issues this release includes the following important fixes: +

+ + + +

+ For a full list of changes in PHP 4.3.10, see the + ChangeLog. +

+ + diff --git a/releases.php b/releases.php index 5b6365562..4512841ad 100644 --- a/releases.php +++ b/releases.php @@ -71,6 +71,7 @@ $SIDEBAR_DATA = ' + @@ -121,6 +122,37 @@ site_header("Releases"); + +

4.3.9

+ + + +

4.3.8