1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 00:53:30 +02:00

- Upgrade to year 2000

This commit is contained in:
Andi Gutmans
2000-03-01 17:24:43 +00:00
parent 110b670d44
commit 4dd71d4cfe

View File

@@ -66,7 +66,7 @@ ZEND_API zval zval_used_for_init; /* True global variable */
/* version information */
static char *zend_version_info;
static uint zend_version_info_length;
#define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski\n"
#define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", Copyright (c) 1998-2000 Andi Gutmans, Zeev Suraski\n"
#define PRINT_ZVAL_INDENT 4