]> granicus.if.org Git - php/commitdiff
Forgot to update source default.
authorYasuo Ohgaki <yohgaki@php.net>
Wed, 14 Aug 2002 22:31:39 +0000 (22:31 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Wed, 14 Aug 2002 22:31:39 +0000 (22:31 +0000)
ext/session/session.c

index 4cb329b68357c1a1b209b8a7e83779902e00f2e3..02a5318519c3d2c641a90635995f73dba9af934d 100644 (file)
@@ -139,7 +139,7 @@ PHP_INI_BEGIN()
        STD_PHP_INI_ENTRY("session.entropy_length",     "0",         PHP_INI_ALL, OnUpdateInt,    entropy_length,     php_ps_globals,    ps_globals)
        STD_PHP_INI_ENTRY("session.cache_limiter",      "nocache",   PHP_INI_ALL, OnUpdateString, cache_limiter,      php_ps_globals,    ps_globals)
        STD_PHP_INI_ENTRY("session.cache_expire",       "180",       PHP_INI_ALL, OnUpdateInt,    cache_expire,       php_ps_globals,    ps_globals)
-       STD_PHP_INI_BOOLEAN("session.use_trans_sid",    "1",         PHP_INI_ALL, OnUpdateBool,   use_trans_sid,      php_ps_globals,    ps_globals)
+       STD_PHP_INI_BOOLEAN("session.use_trans_sid",    "0",         PHP_INI_ALL, OnUpdateBool,   use_trans_sid,      php_ps_globals,    ps_globals)
 
        /* Commented out until future discussion */
        /* PHP_INI_ENTRY("session.encode_sources", "globals,track", PHP_INI_ALL, NULL) */