--- embedaddon/php/ext/phar/phar.c 2013/10/14 08:02:28 1.1.1.4 +++ embedaddon/php/ext/phar/phar.c 2014/06/15 20:03:53 1.1.1.5 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | phar php single-file executable PHP extension | +----------------------------------------------------------------------+ - | Copyright (c) 2005-2013 The PHP Group | + | Copyright (c) 2005-2014 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: phar.c,v 1.1.1.4 2013/10/14 08:02:28 misho Exp $ */ +/* $Id: phar.c,v 1.1.1.5 2014/06/15 20:03:53 misho Exp $ */ #define PHAR_MAIN 1 #include "phar_internal.h" @@ -3687,7 +3687,7 @@ PHP_MINFO_FUNCTION(phar) /* {{{ */ php_info_print_table_header(2, "Phar: PHP Archive support", "enabled"); php_info_print_table_row(2, "Phar EXT version", PHP_PHAR_VERSION); php_info_print_table_row(2, "Phar API version", PHP_PHAR_API_VERSION); - php_info_print_table_row(2, "SVN revision", "$Id: phar.c,v 1.1.1.4 2013/10/14 08:02:28 misho Exp $"); + php_info_print_table_row(2, "SVN revision", "$Id: phar.c,v 1.1.1.5 2014/06/15 20:03:53 misho Exp $"); php_info_print_table_row(2, "Phar-based phar archives", "enabled"); php_info_print_table_row(2, "Tar-based phar archives", "enabled"); php_info_print_table_row(2, "ZIP-based phar archives", "enabled");