]> granicus.if.org Git - php/commitdiff
(c) patch
authorZeev Suraski <zeev@php.net>
Sat, 19 Feb 2000 22:46:42 +0000 (22:46 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 19 Feb 2000 22:46:42 +0000 (22:46 +0000)
48 files changed:
Zend/zend-parser.y
Zend/zend-scanner.h
Zend/zend-scanner.l
Zend/zend.c
Zend/zend.h
Zend/zend_API.c
Zend/zend_API.h
Zend/zend_alloc.c
Zend/zend_alloc.h
Zend/zend_builtin_functions.c
Zend/zend_builtin_functions.h
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_config.w32.h
Zend/zend_constants.c
Zend/zend_constants.h
Zend/zend_dynamic_array.c
Zend/zend_dynamic_array.h
Zend/zend_errors.h
Zend/zend_execute.c
Zend/zend_execute.h
Zend/zend_execute_API.c
Zend/zend_extensions.c
Zend/zend_extensions.h
Zend/zend_fast_cache.h
Zend/zend_globals.h
Zend/zend_globals_macros.h
Zend/zend_hash.c
Zend/zend_hash.h
Zend/zend_highlight.c
Zend/zend_highlight.h
Zend/zend_indent.c
Zend/zend_indent.h
Zend/zend_list.c
Zend/zend_list.h
Zend/zend_llist.c
Zend/zend_llist.h
Zend/zend_modules.h
Zend/zend_opcode.c
Zend/zend_operators.c
Zend/zend_operators.h
Zend/zend_ptr_stack.c
Zend/zend_ptr_stack.h
Zend/zend_sprintf.c
Zend/zend_stack.c
Zend/zend_stack.h
Zend/zend_variables.c
Zend/zend_variables.h

index 0d1d911dac033447a9a632c64e94cee5e981acb4..37f5011a40aa2674603b2fc3b1cae9005993a0cf 100644 (file)
@@ -3,7 +3,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 7a77986cc91b92c51c372f8f7a42d19175cb8956..e3ec862e3d475c03e3fb9eb0cc804e926b24c593 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 29620380db0335ed3b2efcdd0e609f8679e3f5e8..56c93b017d312637e475617fed0e40ca3ce679cb 100644 (file)
@@ -4,7 +4,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 611ee6b4f175dea3419e7a1921a68de183d84c0b..279db11732820e662985d3f72cbbdec6535d42af 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
index 60b88f11e96f53ec4c8e8ec11830205bab20432c..d7f558878d2d96c1b544ebb8c8b342bd6759e914 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index d7c5f2761fda7322696ce74146012f3cbdf01dba..e07c4b1616370bbba07d2faa59809cfeea778bb9 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index bab5304edcbc0efe3a0c2f47a69d4426e8fa6fa6..df8507032c186bbcad0fbc4ef3e94522950bcaf4 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index d220694f0219e5076979b2bef4cd76ca16e502f4..99677e9a99151dd6fe6f6f7db9c96ef662591ab7 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 9214fb6e4d5b093cea4f087b85e0b6be598e394c..a20b610c7aaa5a9265b819adee45eaccd0f5ea63 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index b1b3ff2e7cf9320d5f72d54bcdcfc87bb5300a50..24ea5c2948bd5bb91a4e9cc756639197a03de573 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
index fa3f529463384ce147d82edc8aadded6d3401fd3..01a801b89c3b505d25f40ec2525637a5a3804b66 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
index 4030c8a679d950a0f1da9096108d58ede3589314..79f06cb3725bb92861f96ccd8d1c5e66404fa3e8 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index f5cc994cd12466cb8fb949cb757b023b0734c37c..64bf41ef08586ec7a57b6647036a1576a551d418 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 8171727c2e6cc9462b379f5e5cdfce9a9f563b01..7bee00e0aeadac0ad02495c673813987f69598e1 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 54ba984d4712226f1449ba45b098b79791c3a764..07510c6146bcde0161c4a15268e7735735b6dbec 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 9ebb7409a000c4652a4b511eda4e28969e1d8193..2e53636c9279ff5a2c8d1dfd18c7874b6e7b8157 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 19cdcdac337e0a3834e527b5e59802dadd3df858..919550b1626f935ebb6356e85c85cee0e5d069f7 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index cd9c291806346ef6633073cd1987fd794900f7dd..5e408edba746cfed67344369979d2d5be6e9a5a2 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 36b6123d14942e835c9ed9493465c1e0f38f4b4d..2983883cb2e11afc85bd997114cc95fbd04e9041 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 12a790b7901773bc7092b86bf087adf2f6ba9d1e..0e7277ca6c75d11f370a515efafd7980cd31ae24 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 84208fd7acbcc0e8b328f069fe3d8ea16ca1c352..2e2a9856f8deac8fed6e66bdabe2e949fab6aace 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index b8e4aa62db35f05fb8f99d1bd98ab8405fc0d88c..d03f3dc95cc7ff44042c6d267b1a5b57a6e87151 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index fb2f0710324a280376221ab6369564d40eec6c80..78b04e13cecbd3a67667e6ca83761799eb5723d2 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 08a1305100db8acc4fcb8135e229703345b23c24..57b13d4e917337f4037c025d6ed49ff51168f52e 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 2f0f73c13a278c78bb229a47d2d092e38075803b..3da1abdbaac4c3a37873549bd19e70f1338d0cf3 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 7abd6b135f94b0e449c3ed21c5878d6737c19010..d0e54fc1759753435c790d7229a436dab0dcd36e 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 02ef168e8f5e1cb1e60ffdfb816fcb260ad0d2bd..e3d35c3542c29cf3be9c6e175e1f89f394cab595 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index ac7e6f7f620c75fe6afe581f1862f13f4f444ca0..e0e8d39d4877aa4054b607aa90ec3fb3c78f90a7 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index f7dbe86a3547a813932dc07c7bee46bc29ef6c43..0f5b023a9b2cdca749f675747a5e1b1be0846233 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 39fb8fc9819068dbe7cf03a3c9b2e8bcb01d99f7..83bb87fe0a760c2876da5a8778f3fb45cbf81fc1 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 61b75ebab960ed5e6e160156b30b2234a61a9bdc..742229f8cfc6ff97a0060b770c42c8df79813657 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 969848d1e9bbc10a329420494dd7aa92c9f671c9..0e37e845c5dc11ae91624c8bebd2dc620b60d6b2 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index f534795218f2f4afac073d054de74b1f719480e1..98e3d91a5359f4fc55d322bf6f069331cb779b95 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 1d64603d33c97a724a7f4aa2e98a5c02f40e7c4c..b2224b7d34bee2a2afe3ae7fc93b0015f52516d5 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index c306fc1940f591d2f2f08e898297e3b6080bcb60..0fba9d9808f1409f17e3ecbe9e3c5e6d7155528d 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index d96bfa09d9d038b73a721b2ac44c7b4178a23cd2..2d22343f124319c59aae9ccdda7bcd4d7b9c6393 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index dde99a01fbc7438ac7e4d9f579b6b8f6fda650b0..203d7aeb5aef154f98ddca859e0e1293f3ab5bec 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index aa4dd4c80f2c8a65fe5f05b4dcd2fb29913f5977..f203f81b6f29bbd6a0d6500bf47d55acb1bf0dd3 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 7f680f3ec1f6e1fcfe6709ef288f67a3ca25701f..01a8bf8f69b324c9efe629f0908ad70cfe61527f 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 4346fe75f177a8ae37beabd8e19308b0722f7ac8..a023a69ee68b28054424593d6b403e876b8c63f7 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 6a00fe7e650b40697433720b3c1def899e77bd5a..147f4e9cf5d2103d61beecde017ac7cfae602497 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 6c0e7481b36347dbfda77b6470bc54770a5f71a3..b361a8110544acdd58f6344ce0db455b498fafa7 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 4b4c417753ac722cc0941aa3ab1bf8336e6d928b..fd1b124fae92cdaaded20485350cfbc46c606557 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 57fd0ecfbe808479006f3ab93a947e04148ce519..bd31312d0308a687d9512d8f1f7a9e9b85b81272 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 011e8519c9b6773e73cc33f0faa1e2375ad7ea0a..0e7ab5ee3139ca61d8de5f9fabd79ef8a1beedad 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 053d44632d5262aac3c9e3de2859fed4b0722048..849d4a7217467b27ce161075443acf45e76e5b94 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index 640e6e9f7265f74bb6fa420a3583f41b92d88304..f32da2e6538da78781b4783bdc24630395e33b69 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
index b2488fb3e0a730e55cef758a49f5d98ab8eb0065..6651b5e7d618842031cd5d25531642dca5df1191 100644 (file)
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski                  |
+   | Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski                   |
    +----------------------------------------------------------------------+
    | This source file is subject to version 0.91 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |