Commit: be20038e601009d8b85a767233ba0dcc58e0f448 Author: Hannes Magnusson <[email protected]> Fri, 10 Jan 2014 07:06:54 -0800 Parents: a8b12fa9532e1c7b169aa5a8ef5921d31ee031b6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=be20038e601009d8b85a767233ba0dcc58e0f448 Log: There are no .xz archives for PHP 5.5.8 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index e13484f..f191174 100644 --- a/include/version.inc +++ b/include/version.inc @@ -64,12 +64,14 @@ $RELEASES = array( "md5" => $PHP_5_5_MD5["tar.gz"], "date" => $PHP_5_5_DATE, ), + /* array( "filename" => "php-$PHP_5_5_VERSION.tar.xz", "name" => "PHP $PHP_5_5_VERSION (tar.xz)", "md5" => $PHP_5_5_MD5["tar.xz"], "date" => $PHP_5_5_DATE, ), + */ ), ), $PHP_5_4_VERSION => array( -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
