pajoye Fri Jan 2 00:35:03 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/zip php_zip.c
Log:
- year++
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.38.2.26&r2=1.1.2.38.2.27&diff_format=u
Index: php-src/ext/zip/php_zip.c
diff -u php-src/ext/zip/php_zip.c:1.1.2.38.2.26
php-src/ext/zip/php_zip.c:1.1.2.38.2.27
--- php-src/ext/zip/php_zip.c:1.1.2.38.2.26 Fri Jan 2 00:10:20 2009
+++ php-src/ext/zip/php_zip.c Fri Jan 2 00:35:02 2009
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2009 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 |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_zip.c,v 1.1.2.38.2.26 2009/01/02 00:10:20 pajoye Exp $ */
+/* $Id: php_zip.c,v 1.1.2.38.2.27 2009/01/02 00:35:02 pajoye Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -2671,7 +2671,7 @@
php_info_print_table_start();
php_info_print_table_row(2, "Zip", "enabled");
- php_info_print_table_row(2, "Extension Version","$Id: php_zip.c,v
1.1.2.38.2.26 2009/01/02 00:10:20 pajoye Exp $");
+ php_info_print_table_row(2, "Extension Version","$Id: php_zip.c,v
1.1.2.38.2.27 2009/01/02 00:35:02 pajoye Exp $");
php_info_print_table_row(2, "Zip version", PHP_ZIP_VERSION_STRING);
php_info_print_table_row(2, "Libzip version", "0.9.0");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php