felipe Sat, 01 Jan 2011 02:46:03 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306940
Log:
- Year++
Changed paths:
U php/php-src/trunk/ext/phar/dirstream.c
U php/php-src/trunk/ext/phar/dirstream.h
U php/php-src/trunk/ext/phar/func_interceptors.c
U php/php-src/trunk/ext/phar/func_interceptors.h
U php/php-src/trunk/ext/phar/phar.c
U php/php-src/trunk/ext/phar/phar_internal.h
U php/php-src/trunk/ext/phar/phar_object.c
U php/php-src/trunk/ext/phar/phar_path_check.c
U php/php-src/trunk/ext/phar/pharzip.h
U php/php-src/trunk/ext/phar/php_phar.h
U php/php-src/trunk/ext/phar/stream.c
U php/php-src/trunk/ext/phar/stream.h
U php/php-src/trunk/ext/phar/stub.h
U php/php-src/trunk/ext/phar/tar.c
U php/php-src/trunk/ext/phar/tar.h
U php/php-src/trunk/ext/phar/util.c
U php/php-src/trunk/ext/phar/zip.c
Modified: php/php-src/trunk/ext/phar/dirstream.c
===================================================================
--- php/php-src/trunk/ext/phar/dirstream.c 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/dirstream.c 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar:// stream wrapper support |
+----------------------------------------------------------------------+
- | Copyright (c) 2005-2009 The PHP Group |
+ | Copyright (c) 2005-2011 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 |
Modified: php/php-src/trunk/ext/phar/dirstream.h
===================================================================
--- php/php-src/trunk/ext/phar/dirstream.h 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/dirstream.h 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2006-2009 The PHP Group |
+ | Copyright (c) 2006-2011 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 |
Modified: php/php-src/trunk/ext/phar/func_interceptors.c
===================================================================
--- php/php-src/trunk/ext/phar/func_interceptors.c 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/func_interceptors.c 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2005-2009 The PHP Group |
+ | Copyright (c) 2005-2011 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 |
Modified: php/php-src/trunk/ext/phar/func_interceptors.h
===================================================================
--- php/php-src/trunk/ext/phar/func_interceptors.h 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/func_interceptors.h 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2006-2009 The PHP Group |
+ | Copyright (c) 2006-2011 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 |
Modified: php/php-src/trunk/ext/phar/phar.c
===================================================================
--- php/php-src/trunk/ext/phar/phar.c 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/phar.c 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2005-2009 The PHP Group |
+ | Copyright (c) 2005-2011 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 |
Modified: php/php-src/trunk/ext/phar/phar_internal.h
===================================================================
--- php/php-src/trunk/ext/phar/phar_internal.h 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/phar_internal.h 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2006-2009 The PHP Group |
+ | Copyright (c) 2006-2011 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 |
Modified: php/php-src/trunk/ext/phar/phar_object.c
===================================================================
--- php/php-src/trunk/ext/phar/phar_object.c 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/phar_object.c 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2005-2009 The PHP Group |
+ | Copyright (c) 2005-2011 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 |
Modified: php/php-src/trunk/ext/phar/phar_path_check.c
===================================================================
--- php/php-src/trunk/ext/phar/phar_path_check.c 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/phar_path_check.c 2011-01-01 02:46:03 UTC (rev 306940)
@@ -4,7 +4,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2007-2009 The PHP Group |
+ | Copyright (c) 2007-2011 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 |
Modified: php/php-src/trunk/ext/phar/pharzip.h
===================================================================
--- php/php-src/trunk/ext/phar/pharzip.h 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/pharzip.h 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2006-2009 The PHP Group |
+ | Copyright (c) 2006-2011 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 |
Modified: php/php-src/trunk/ext/phar/php_phar.h
===================================================================
--- php/php-src/trunk/ext/phar/php_phar.h 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/php_phar.h 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2005-2009 The PHP Group |
+ | Copyright (c) 2005-2011 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 |
Modified: php/php-src/trunk/ext/phar/stream.c
===================================================================
--- php/php-src/trunk/ext/phar/stream.c 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/stream.c 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar:// stream wrapper support |
+----------------------------------------------------------------------+
- | Copyright (c) 2005-2009 The PHP Group |
+ | Copyright (c) 2005-2011 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 |
Modified: php/php-src/trunk/ext/phar/stream.h
===================================================================
--- php/php-src/trunk/ext/phar/stream.h 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/stream.h 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2006-2009 The PHP Group |
+ | Copyright (c) 2006-2011 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 |
Modified: php/php-src/trunk/ext/phar/stub.h
===================================================================
--- php/php-src/trunk/ext/phar/stub.h 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/stub.h 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension generated stub |
+----------------------------------------------------------------------+
- | Copyright (c) 2005-2009 The PHP Group |
+ | Copyright (c) 2005-2011 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 |
Modified: php/php-src/trunk/ext/phar/tar.c
===================================================================
--- php/php-src/trunk/ext/phar/tar.c 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/tar.c 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| TAR archive support for Phar |
+----------------------------------------------------------------------+
- | Copyright (c) 2005-2009 The PHP Group |
+ | Copyright (c) 2005-2011 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 |
Modified: php/php-src/trunk/ext/phar/tar.h
===================================================================
--- php/php-src/trunk/ext/phar/tar.h 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/tar.h 2011-01-01 02:46:03 UTC (rev 306940)
@@ -4,7 +4,7 @@
+----------------------------------------------------------------------+
| TAR archive support for Phar |
+----------------------------------------------------------------------+
- | Copyright (c) 2005-2009 The PHP Group |
+ | Copyright (c) 2005-2011 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 |
Modified: php/php-src/trunk/ext/phar/util.c
===================================================================
--- php/php-src/trunk/ext/phar/util.c 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/util.c 2011-01-01 02:46:03 UTC (rev 306940)
@@ -3,7 +3,7 @@
| phar php single-file executable PHP extension |
| utility functions |
+----------------------------------------------------------------------+
- | Copyright (c) 2005-2009 The PHP Group |
+ | Copyright (c) 2005-2011 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 |
Modified: php/php-src/trunk/ext/phar/zip.c
===================================================================
--- php/php-src/trunk/ext/phar/zip.c 2011-01-01 02:19:59 UTC (rev 306939)
+++ php/php-src/trunk/ext/phar/zip.c 2011-01-01 02:46:03 UTC (rev 306940)
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| ZIP archive support for Phar |
+----------------------------------------------------------------------+
- | Copyright (c) 2007-2009 The PHP Group |
+ | Copyright (c) 2007-2011 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 |
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php