cvs: phpweb /include version.inc
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsbjori1228464989@cvsserver> |
bjori Fri Dec 5 08:16:29 2008 UTC
Modified files:
/phpweb/include version.inc
Log:
- Add a note mentioning the non-existent PECL packages
- Remove notes from the debug packs
- Fix the nts debug pack title
http://cvs.php.net/viewvc.cgi/phpweb/include/version.inc?r1=1.54&r2=1.55&diff_format=u
Index: phpweb/include/version.inc
diff -u phpweb/include/version.inc:1.54 phpweb/include/version.inc:1.55
--- phpweb/include/version.inc:1.54 Fri Dec 5 04:30:23 2008
+++ phpweb/include/version.inc Fri Dec 5 08:16:29 2008
@@ -34,7 +34,8 @@
$PHP_5_RC_DATE = "04 December 2008";
$PHP_5_WINDOWS_NOTE_MSI = "";
-$PHP_5_WINDOWS_NOTE_ZIP = "";
+$PHP_5_WINDOWS_NOTE_ZIP = "The PECL package will <em>not</em> be released for
+this version. The 5.2.6 PECL package does however work with this release.";
$PHP_5_WINDOWS_DATE_MSI = "04 December 2008";
$PHP_5_WINDOWS_DATE_ZIP = "04 December 2008";
@@ -97,7 +98,6 @@
"name" => "PHP $PHP_5_VERSION Win32 Debug Pack",
"md5" => $PHP_5_MD5["debugpack"],
"date" => $PHP_5_WINDOWS_DATE_ZIP,
- "note" => $PHP_5_WINDOWS_NOTE_ZIP,
),
array(
"filename" => "php-$PHP_5_VERSION-nts-Win32.zip",
@@ -115,10 +115,9 @@
),
array(
"filename" => "php-debug-pack-$PHP_5_VERSION-nts-Win32.zip",
- "name" => "PHP $PHP_5_VERSION Win32 Debug Pack",
+ "name" => "PHP $PHP_5_VERSION Non-thread-safe Win32 Debug Pack",
"md5" => $PHP_5_MD5["nts.debugpack"],
"date" => $PHP_5_WINDOWS_DATE_ZIP,
- "note" => $PHP_5_WINDOWS_NOTE_ZIP,
),
/*
array(