felipe Tue Mar 17 23:02:22 2009 UTC
Modified files:
/php-src/ext/standard var_unserializer.c var_unserializer.re
Log:
- Fix version && year++
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var_unserializer.c?r1=1.98&r2=1.99&diff_format=u
Index: php-src/ext/standard/var_unserializer.c
diff -u php-src/ext/standard/var_unserializer.c:1.98
php-src/ext/standard/var_unserializer.c:1.99
--- php-src/ext/standard/var_unserializer.c:1.98 Tue Mar 17 22:02:05 2009
+++ php-src/ext/standard/var_unserializer.c Tue Mar 17 23:02:22 2009
@@ -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 |
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: var_unserializer.c,v 1.98 2009/03/17 22:02:05 mattwil Exp $ */
+/* $Id: var_unserializer.c,v 1.99 2009/03/17 23:02:22 felipe Exp $ */
#include "php.h"
#include "ext/standard/php_var.h"
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var_unserializer.re?r1=1.76&r2=1.77&diff_format=u
Index: php-src/ext/standard/var_unserializer.re
diff -u php-src/ext/standard/var_unserializer.re:1.76
php-src/ext/standard/var_unserializer.re:1.77
--- php-src/ext/standard/var_unserializer.re:1.76 Tue Mar 17 22:02:05 2009
+++ php-src/ext/standard/var_unserializer.re Tue Mar 17 23:02:22 2009
@@ -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 |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: var_unserializer.re,v 1.76 2009/03/17 22:02:05 mattwil Exp $ */
+/* $Id: var_unserializer.re,v 1.77 2009/03/17 23:02:22 felipe Exp $ */
#include "php.h"
#include "ext/standard/php_var.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php