cvs: phpweb /include version.inc
[email protected] ("Derick Rethans")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsderick1202810761@cvsserver> |
derick Tue Feb 12 10:06:01 2008 UTC
Modified files:
/phpweb/include version.inc
Log:
- Add 4.4.8 windows binaries to download page.
http://cvs.php.net/viewvc.cgi/phpweb/include/version.inc?r1=1.27&r2=1.28&diff_format=u
Index: phpweb/include/version.inc
diff -u phpweb/include/version.inc:1.27 phpweb/include/version.inc:1.28
--- phpweb/include/version.inc:1.27 Thu Jan 3 09:26:22 2008
+++ phpweb/include/version.inc Tue Feb 12 10:06:01 2008
@@ -116,13 +116,12 @@
"date" => $PHP_4_DATE,
),
),
- ".windows" => array( /* Prefix the key with dot if they don't exists yet */
+ "windows" => array( /* Prefix the key with dot if they don't exists yet */
array(
"filename" => "php-$PHP_4_VERSION-Win32.zip",
"name" => "PHP $PHP_4_VERSION zip package",
- "md5" => "065e867fa3cfa75cba8271dde9b10cee", //$PHP_4_MD5["zip"],
- "date" => "04 May 2007", //$PHP_4_DATE,
- "note" => "This package was updated due to faulty Apache2 module shipped with the orginal.<br /> (CGI binary plus server API versions for Apache, Apache2 (experimental), ISAPI, NSAPI, Servlet and Pi3Web. MySQL support built-in, many extensions included, packaged as zip)<br />",
+ "md5" => "09ffff4b1a54bbadb8fee6acd85a2c1f", //$PHP_4_MD5["zip"],
+ "date" => "12 Feb 2008", //$PHP_4_DATE,
),
),
),