From: Felipe Pena Date: Tue, 17 Mar 2009 23:02:22 +0000 (+0000) Subject: - Fix version && year++ X-Git-Tag: php-5.4.0alpha1~191^2~4122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3d11b4415a2e97350e4ba0c08848d83ea1e6f40;p=php - Fix version && year++ --- diff --git a/ext/standard/var_unserializer.c b/ext/standard/var_unserializer.c index 857913587f..aed5e061dd 100644 --- a/ext/standard/var_unserializer.c +++ b/ext/standard/var_unserializer.c @@ -2,9 +2,9 @@ #line 1 "ext/standard/var_unserializer.re" /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 6 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2006 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 | diff --git a/ext/standard/var_unserializer.re b/ext/standard/var_unserializer.re index 8447a7770a..943a809593 100644 --- a/ext/standard/var_unserializer.re +++ b/ext/standard/var_unserializer.re @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 6 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2006 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 |