cvs: phpweb /archive 2008.xml /include releases.inc version.inc
[email protected] ("Philip Olson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsphilip1228718572@cvsserver> |
philip Mon Dec 8 06:42:52 2008 UTC
Modified files:
/phpweb/archive 2008.xml
/phpweb/include releases.inc version.inc
Log:
Removed 5.2.7 so people won't be tempted to download it, and mentioned this on the front page.
# We could document it better, but for now just removed it
on the front page.
http://cvs.php.net/viewvc.cgi/phpweb/archive/2008.xml?r1=1.78&r2=1.79&diff_format=u
Index: phpweb/archive/2008.xml
diff -u phpweb/archive/2008.xml:1.78 phpweb/archive/2008.xml:1.79
--- phpweb/archive/2008.xml:1.78 Sun Dec 7 21:02:37 2008
+++ phpweb/archive/2008.xml Mon Dec 8 06:42:52 2008
@@ -3,13 +3,32 @@
<title>PHP.net news & announcements</title>
<link href="http://www.php.net/feed.atom" rel="self"/>
<icon>/images/news/php-logo.gif</icon>
- <updated>2008-12-06T03:11:20+01:00</updated>
+ <updated>2008-12-07T22:00:46-08:00</updated>
<id>http://php.net/archive/2008.php</id>
<author>
<name>Webmaster</name>
<uri>http://php.net/contact</uri>
<email>[email protected]</email>
</author>
+ <entry>
+ <title>PHP 5.2.7 has been removed from distribution</title>
+ <id>http://www.php.net/archive/2008.php#id2008-12-07-1</id>
+ <published>2008-12-07T22:01:14-08:00</published>
+ <updated>2008-12-07T23:01:14-08:00</updated>
+ <category term="frontpage" label="PHP.net frontpage news"/>
+ <link href="http://www.php.net/index.php#id2008-12-07-1" rel="alternate" type="text/html"/>
+ <link href="http://www.php.net/archive/2008.php#id2008-12-07-1" rel="via" type="text/html"/>
+ <content type="xhtml">
+ <div xmlns="http://www.w3.org/1999/xhtml">
+ <p>
+ Due to a security bug found in the PHP 5.2.7 release, it has been removed from distribution.
+ The bug affects configurations where <a href="/magic_quotes">magic_quotes_gpc</a> is enabled,
+ because it remains off even when set to on.
+ In the meantime, use PHP <a href="/releases/5_2_6.php">5.2.6</a> until PHP 5.2.8 is later released.
+ </p>
+ </div>
+ </content>
+ </entry>
<!--
<entry>
<title>PHP 5.2.7 Released</title>
http://cvs.php.net/viewvc.cgi/phpweb/include/releases.inc?r1=1.8&r2=1.9&diff_format=u
Index: phpweb/include/releases.inc
diff -u phpweb/include/releases.inc:1.8 phpweb/include/releases.inc:1.9
--- phpweb/include/releases.inc:1.8 Fri Dec 5 01:56:28 2008
+++ phpweb/include/releases.inc Mon Dec 8 06:42:52 2008
@@ -2,77 +2,6 @@
$OLDRELEASES = array (
5 =>
array (
- '5.2.7' =>
- array (
- 'announcement' =>
- array (
- 'English' => '/releases/5_2_7.php',
- ),
- 'source' =>
- array (
- 0 =>
- array (
- 'filename' => 'php-5.2.7.tar.bz2',
- 'name' => 'PHP 5.2.7 (tar.bz2)',
- 'md5' => '9ffc42edbb7faad965699666ddd559bc',
- 'date' => '4 December 2008',
- ),
- 1 =>
- array (
- 'filename' => 'php-5.2.7.tar.gz',
- 'name' => 'PHP 5.2.7 (tar.gz)',
- 'md5' => 'f1f413a9f10ff7f38787b0a3bc299e92',
- 'date' => '4 December 2008',
- ),
- ),
- 'windows' =>
- array (
- 0 =>
- array (
- 'filename' => 'php-5.2.7-Win32.zip',
- 'name' => 'PHP 5.2.7 zip package',
- 'md5' => 'b57a68ca548f14e5a2b8811751c63f88',
- 'date' => '4 December 2008',
- ),
- 1 =>
- array (
- 'filename' => 'php-5.2.7-win32-installer.msi',
- 'name' => 'PHP 5.2.7 installer',
- 'md5' => 'a9d67f05ce3387668db1c98ceda83808',
- 'date' => '4 December 2008',
- ),
- 2 =>
- array (
- 'filename' => 'php-debug-pack-5.2.7-Win32.zip',
- 'name' => 'PHP 5.2.7 Win32 Debug Pack',
- 'md5' => 'd2cc721696bdc0c4256183b18ab1dfb8',
- 'date' => '4 December 2008',
- ),
- 3 =>
- array (
- 'filename' => 'php-5.2.7-nts-Win32.zip',
- 'name' => 'PHP 5.2.7 Non-thread-safe zip package',
- 'md5' => 'f54e29610fc309be99bf5ed0e5ccf5d9',
- 'date' => '4 December 2008',
- ),
- 4 =>
- array (
- 'filename' => 'php-5.2.7-nts-win32-installer.msi',
- 'name' => 'PHP 5.2.7 Non-thread-safe installer',
- 'md5' => '9db3efcafd3459b49e93d699f56bc4f9',
- 'date' => '4 December 2008',
- ),
- 5 =>
- array (
- 'filename' => 'php-debug-pack-5.2.7-nts-Win32.zip',
- 'name' => 'PHP 5.2.7 Win32 Debug Pack',
- 'md5' => '87d4feaa1f572a42f2e238bee68dcbab',
- 'date' => '4 December 2008',
- ),
- ),
- 'date' => '04 December 2008',
- 'museum' => false,
- ),
'5.2.6' =>
array (
'announcement' =>
http://cvs.php.net/viewvc.cgi/phpweb/include/version.inc?r1=1.55&r2=1.56&diff_format=u
Index: phpweb/include/version.inc
diff -u phpweb/include/version.inc:1.55 phpweb/include/version.inc:1.56
--- phpweb/include/version.inc:1.55 Fri Dec 5 08:16:29 2008
+++ phpweb/include/version.inc Mon Dec 8 06:42:52 2008
@@ -17,17 +17,19 @@
*/
/* PHP 5 Release */
-$PHP_5_VERSION = "5.2.7";
-$PHP_5_DATE = "04 December 2008";
+$PHP_5_VERSION = "5.2.6";
+$PHP_5_DATE = "01 May 2008";
$PHP_5_MD5 = array(
- "tar.bz2" => "9ffc42edbb7faad965699666ddd559bc",
- "tar.gz" => "f1f413a9f10ff7f38787b0a3bc299e92",
- "zip" => "b57a68ca548f14e5a2b8811751c63f88",
- "installer" => "a9d67f05ce3387668db1c98ceda83808",
- "nts.zip" => "f54e29610fc309be99bf5ed0e5ccf5d9",
- "nts.installer" => "9db3efcafd3459b49e93d699f56bc4f9",
- "nts.debugpack" => "87d4feaa1f572a42f2e238bee68dcbab",
- "debugpack" => "d2cc721696bdc0c4256183b18ab1dfb8"
+ "tar.bz2" => "7380ffecebd95c6edb317ef861229ebd",
+ "tar.gz" => "1720f95f26c506338f0dba3a51906bbd",
+ "zip" => "c7e5010114f58282858d7d78e6509cdc",
+ "installer" => "94e551037e7c9c056f90179f351c0560",
+ "pecl.zip" => "f0e7b245589d705eef731b51142d5def",
+ "nts.zip" => "1d3661a086f352ec7e318e7c2eeba4de",
+ "pecl.nts" => "62b102221920092dfefc08756aa3e926",
+ "nts.installer" => "96a2326b16bda488734d3956a48201b7",
+ "nts.debugpack" => "4c1fd96c8a78e1896d37da81467ff70d",
+ "debugpack" => "24dde2726e3e0cefbb83c0c375ea1f84"
);
$PHP_5_RC = '5.3.0alpha3';