cvs: ZendEngine2 / header zend_float.h zend_gc.c zend_gc.h zend_ini_scanner.c zend_ini_scanner.l

[email protected] ("Felipe Pena")
Newsgroups php.zend-engine.cvs
Message-ID <cvsfelipe1230928590@cvsserver>
felipe		Fri Jan  2 20:36:30 2009 UTC

  Modified files:              
    /ZendEngine2	header zend_float.h zend_gc.c zend_gc.h 
                	zend_ini_scanner.c zend_ini_scanner.l 
  Log:
  - Year++
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/header?r1=1.2&r2=1.3&diff_format=u
Index: ZendEngine2/header
diff -u ZendEngine2/header:1.2 ZendEngine2/header:1.3
--- ZendEngine2/header:1.2	Wed Jan  4 23:52:06 2006
+++ ZendEngine2/header	Fri Jan  2 20:36:30 2009
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998-2006 Zend Technologies Ltd. (http://www.zend.com) |
+   | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,4 +16,4 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: header,v 1.2 2006/01/04 23:52:06 andi Exp $ */
+/* $Id: header,v 1.3 2009/01/02 20:36:30 felipe Exp $ */
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_float.h?r1=1.2&r2=1.3&diff_format=u
Index: ZendEngine2/zend_float.h
diff -u ZendEngine2/zend_float.h:1.2 ZendEngine2/zend_float.h:1.3
--- ZendEngine2/zend_float.h:1.2	Tue Dec  2 16:17:44 2008
+++ ZendEngine2/zend_float.h	Fri Jan  2 20:36:30 2009
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998-2007 Zend Technologies Ltd. (http://www.zend.com) |
+   | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_float.h,v 1.2 2008/12/02 16:17:44 cseiler Exp $ */
+/* $Id: zend_float.h,v 1.3 2009/01/02 20:36:30 felipe Exp $ */
 
 #ifndef ZEND_FLOAT_H
 #define ZEND_FLOAT_H
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_gc.c?r1=1.18&r2=1.19&diff_format=u
Index: ZendEngine2/zend_gc.c
diff -u ZendEngine2/zend_gc.c:1.18 ZendEngine2/zend_gc.c:1.19
--- ZendEngine2/zend_gc.c:1.18	Sun Sep 14 15:20:16 2008
+++ ZendEngine2/zend_gc.c	Fri Jan  2 20:36:30 2009
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998-2007 Zend Technologies Ltd. (http://www.zend.com) |
+   | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_gc.c,v 1.18 2008/09/14 15:20:16 lbarnaud Exp $ */
+/* $Id: zend_gc.c,v 1.19 2009/01/02 20:36:30 felipe Exp $ */
 
 #include "zend.h"
 #include "zend_API.h"
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_gc.h?r1=1.9&r2=1.10&diff_format=u
Index: ZendEngine2/zend_gc.h
diff -u ZendEngine2/zend_gc.h:1.9 ZendEngine2/zend_gc.h:1.10
--- ZendEngine2/zend_gc.h:1.9	Fri Aug 15 19:45:25 2008
+++ ZendEngine2/zend_gc.h	Fri Jan  2 20:36:30 2009
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998-2007 Zend Technologies Ltd. (http://www.zend.com) |
+   | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_gc.h,v 1.9 2008/08/15 19:45:25 felipe Exp $ */
+/* $Id: zend_gc.h,v 1.10 2009/01/02 20:36:30 felipe Exp $ */
 
 #ifndef ZEND_GC_H
 #define ZEND_GC_H
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_ini_scanner.c?r1=1.10&r2=1.11&diff_format=u
Index: ZendEngine2/zend_ini_scanner.c
diff -u ZendEngine2/zend_ini_scanner.c:1.10 ZendEngine2/zend_ini_scanner.c:1.11
--- ZendEngine2/zend_ini_scanner.c:1.10	Wed Dec 24 13:46:59 2008
+++ ZendEngine2/zend_ini_scanner.c	Fri Jan  2 20:36:30 2009
@@ -4,7 +4,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998-2006 Zend Technologies Ltd. (http://www.zend.com) |
+   | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -22,7 +22,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_ini_scanner.c,v 1.10 2008/12/24 13:46:59 scottmac Exp $ */
+/* $Id: zend_ini_scanner.c,v 1.11 2009/01/02 20:36:30 felipe Exp $ */
 
 #include <errno.h>
 #include "zend.h"
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_ini_scanner.l?r1=1.59&r2=1.60&diff_format=u
Index: ZendEngine2/zend_ini_scanner.l
diff -u ZendEngine2/zend_ini_scanner.l:1.59 ZendEngine2/zend_ini_scanner.l:1.60
--- ZendEngine2/zend_ini_scanner.l:1.59	Wed Dec 24 13:46:59 2008
+++ ZendEngine2/zend_ini_scanner.l	Fri Jan  2 20:36:30 2009
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998-2006 Zend Technologies Ltd. (http://www.zend.com) |
+   | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_ini_scanner.l,v 1.59 2008/12/24 13:46:59 scottmac Exp $ */
+/* $Id: zend_ini_scanner.l,v 1.60 2009/01/02 20:36:30 felipe Exp $ */
 
 #include <errno.h>
 #include "zend.h"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.