diff options
| author | Sascha Schumann <sas@php.net> | 2002-09-25 16:11:31 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2002-09-25 16:11:31 +0000 |
| commit | 6816ba4b324d9e0ba0167be933f2afdd3b05d70a (patch) | |
| tree | 7eb0f018d7ee72bb118cc86c22553ccfc3a14534 /main/main.c | |
| parent | bc4253f73a445ef9bd7643273888a172877529a3 (diff) | |
| download | php-git-6816ba4b324d9e0ba0167be933f2afdd3b05d70a.tar.gz | |
We are about to enter 2003, sending two-digit years does not make too
much sense anymore. According to an article from '98, only Netscape 3.x was
affected anyway.
Diffstat (limited to 'main/main.c')
| -rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index aae6cdd523..ffa1152091 100644 --- a/main/main.c +++ b/main/main.c @@ -275,7 +275,7 @@ PHP_INI_BEGIN() STD_PHP_INI_BOOLEAN("short_open_tag",DEFAULT_SHORT_OPEN_TAG, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, short_tags, zend_compiler_globals, compiler_globals) STD_PHP_INI_BOOLEAN("sql.safe_mode", "0", PHP_INI_SYSTEM, OnUpdateBool, sql_safe_mode, php_core_globals, core_globals) STD_PHP_INI_BOOLEAN("track_errors", "0", PHP_INI_ALL, OnUpdateBool, track_errors, php_core_globals, core_globals) - STD_PHP_INI_BOOLEAN("y2k_compliance", "0", PHP_INI_ALL, OnUpdateBool, y2k_compliance, php_core_globals, core_globals) + STD_PHP_INI_BOOLEAN("y2k_compliance", "1", PHP_INI_ALL, OnUpdateBool, y2k_compliance, php_core_globals, core_globals) STD_PHP_INI_ENTRY("unserialize_callback_func", NULL, PHP_INI_ALL, OnUpdateString, unserialize_callback_func, php_core_globals, core_globals) STD_PHP_INI_ENTRY("arg_separator.output", "&", PHP_INI_ALL, OnUpdateStringUnempty, arg_separator.output, php_core_globals, core_globals) |
