diff --git a/ChangeLog-4.php b/ChangeLog-4.php
index 549abd35a..3622f822b 100644
--- a/ChangeLog-4.php
+++ b/ChangeLog-4.php
@@ -11,6 +11,19 @@ function bugl($number) { echo "#$numbe
+
+
The PHP development team would like to announce the immediate + availability of PHP 4.4.9. It continues to improve the security and the + stability of the 4.4 branch and all users are strongly encouraged to + upgrade to it as soon as possible. This release wraps up all the + outstanding patches for the PHP 4.4 series, and is therefore the + last PHP 4.4 release.
++ Security Enhancements and Fixes in PHP 4.4.9: +
+For a full list of changes in PHP 4.4.9, see the ChangeLog.
+The PHP development team is proud to announce the first alpha release of the upcoming minor version update of PHP. Windows binaries will be available starting with alpha2 (intermediate snapshots available at snaps.php.net). The new version PHP 5.3 is expected to improve stability and performance as well as add new language syntax and extensions. Several new features have already been documented in the official documentation, others are listed on the wiki in preparation of getting documented. Please also review the NEWS file.
- THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION! -The purpose of this alpha release is to encourage users to not only actively participate in identifying bugs, but also in ensuring that all new features or necessary backwards compatibility breaks are noted in the documentation. Please report any findings to the QA mailinglist or the bug tracker.
-There have been a great number of other additions and improvements, but here is a short overview of the most important changes:
Several under the hood changes also require in depth testing with existing applications to ensure that any backwards compatibility breaks are minimized. This is especially important for users that require the undocumented Zend engine multibyte support.
-The current release plan states that there will be alpha/beta/RC releases in 2-3 week intervals with an expected stable release of PHP 5.3 between mid September and mid October of 2008.
Overall 158 tests have been submitted as part of TestFest 2008 since the launch of the TestFest submission site by 30 different people from people all over the world. Actually this is not counting the various submissions by existing core developers, who also took this opportunity to add some more tests. This has actually increased total test coverage for ext/reflection, ext/dom and ext/exif by about 10% each. While the organization of the TestFest was a bit adhoc, there were numerous TestFest events in local user groups. So the number of people exposed to the PHP test framework is much greater. Hopefully this will lead to more people submitting bug reports with an accompanying phpt test file!
Our top submitter Felix De Vliegher has actually committed his last submissions himself since, based on the high quality of his submissions, he has been granted commit rights to the PHP repository. We have not heard back from all participants, but we encourage everybody to blog about their experience and provide us with feedback on how to improve future events.
-Now better late than never, here are the 10 winners of the promised elePHPant raffle sponsored by Nexen. Note that Felix asked me not to include him in the raffle, since he is already herding quite a number of elePHPants at home.
+Now better late than never, here are the 10 winners of the promised elePHPant raffle sponsored by Nexen. Note that Felix asked me not to include him in the raffle, since he is already herding quite a number of elePHPants at home.
+
A few weeks ago the manual was restructured to improve navigation and make room for per-extension chapters @@ -95,14 +124,14 @@ improved documentation for object oriented extensions.
-+
The most noticable changes are the function reference, predefined variables, context options and parameters and predefined exceptions manual pages, for which we would really appreciate feedback on.
-+
The upcomming PHP5.3 release introduces several major features such as namespaces, closures, @@ -110,7 +139,7 @@ INI sections, and Phar among others. We would really appreciate any and all help we can get improving the documentation.
-+
In related news, the manual was relicensed recently and is now covered by the CreativeCommons Attribution license. diff --git a/include/version.inc b/include/version.inc index a01bc9903..a8581be90 100644 --- a/include/version.inc +++ b/include/version.inc @@ -41,15 +41,15 @@ $PHP_5_WINDOWS_DATE_MSI = "6 May 2008"; $PHP_5_WINDOWS_DATE_ZIP = "3 May 2008"; /* PHP 4 Release */ -$PHP_4_VERSION = "4.4.8"; -$PHP_4_DATE = "03 January 2008"; +$PHP_4_VERSION = "4.4.9"; +$PHP_4_DATE = "07 August 2008"; $PHP_4_MD5 = array( - "tar.bz2" => "ed31e77414e0331e787487b53732dbca", - "tar.gz" => "8ad5d1ca793d55b24cd82e591248c04e", -// "zip" => "e774e79530d610c58c5f2da433d14e0f", + "tar.bz2" => "2e3b2a0e27f10cb84fd00e5ecd7a1880", + "tar.gz" => "9bcc1aba50be0dfeeea551d018375548", + "zip" => "7395068d5489a9f8abf50c6e4b48622f", ); -$PHP_4_RC = "4.4.9RC1"; +$PHP_4_RC = false; //"4.4.9RC1"; $PHP_4_RC_DATE = "22 July 2008"; $RELEASES = array( @@ -154,8 +154,8 @@ $RELEASES = array( array( "filename" => "php-$PHP_4_VERSION-Win32.zip", "name" => "PHP $PHP_4_VERSION zip package", - "md5" => "09ffff4b1a54bbadb8fee6acd85a2c1f", //$PHP_4_MD5["zip"], - "date" => "12 Feb 2008", //$PHP_4_DATE, + "md5" => $PHP_4_MD5["zip"], + "date" => $PHP_4_DATE, ), ), ), diff --git a/releases/4_4_9.php b/releases/4_4_9.php new file mode 100644 index 000000000..37fe8cec5 --- /dev/null +++ b/releases/4_4_9.php @@ -0,0 +1,33 @@ + + +
+The PHP development team would like to announce the immediate availability of +PHP 4.4.9. It continues to improve the security and the stability of the 4.4 +branch and all users are strongly encouraged to upgrade to it as soon as +possible. This release wraps up all the outstanding patches for the PHP 4.4 +series, and is therefore the last PHP 4.4 release. +
+ ++Security Enhancements and Fixes in PHP 4.4.9: +
++ For a full list of changes in PHP 4.4.9, see the ChangeLog. +
+ + +