Commit: 19e5f8f43bbb0d226ea40066b40b50d176c92080 Author: kovacs.ferenc <[email protected]> Sat, 26 Jul 2014 00:53:25 +0200 Parents: 8fdf38b32eef9efea1a3081a74013fcd950e1765 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=19e5f8f43bbb0d226ea40066b40b50d176c92080 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
