Commit: 7991548225a792c182ab231def4665982bcfa7e4 Author: kovacs.ferenc <kovacs.fer...@ustream.tv> Sat, 26 Jul 2014 00:53:25 +0200 Parents: 6aae300d191706d34dd88c935862a4b3f15aa2dc Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7991548225a792c182ab231def4665982bcfa7e4 Log: Revert "There are no .xz archives for PHP 5.5.8" This reverts commit be20038e601009d8b85a767233ba0dcc58e0f448. Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 690ecfa..1f9c727 100644 --- a/include/version.inc +++ b/include/version.inc @@ -65,14 +65,12 @@ $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