Home
last modified time | relevance | path

Searched refs:save_path (Results 51 – 65 of 65) sorted by relevance

123

/PHP-5.6/ext/session/tests/
H A Drfc1867_sid_cookie.phpt8 session.save_path=
H A Drfc1867_sid_get.phpt8 session.save_path=
H A Drfc1867_sid_get_2.phpt8 session.save_path=
H A Drfc1867_sid_only_cookie.phpt8 session.save_path=
H A Drfc1867_sid_post.phpt8 session.save_path=
H A Drfc1867_inter.phpt8 session.save_path=
H A D005.phpt18 function open($save_path, $session_name)
H A D025.phpt19 function open($save_path, $session_name)
H A Dsession_name_error.phpt4 session.save_path=
/PHP-5.6/ext/session/
H A Dsession.c482 if (PS(mod)->s_open(&PS(mod_data), PS(save_path), PS(session_name) TSRMLS_CC) == FAILURE) { in php_session_initialize()
483 …CC, E_ERROR, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in php_session_initialize()
491 … TSRMLS_CC, E_ERROR, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in php_session_initialize()
556 PS(save_path)); in php_session_save_current_state()
788 …"session.save_path", "", PHP_INI_ALL, OnUpdateSaveDir,save_path, php_ps…
1941 RETVAL_STRING(PS(save_path), 1);
2274 ZEND_ARG_INFO(0, save_path)
2435 ps_globals->save_path = NULL;
/PHP-5.6/
H A Dphp.ini-development1424 ; session.save_path = "N;/path"
1440 ; session.save_path = "N;MODE;/path"
1445 ;session.save_path = "/tmp"
1529 ; (see session.save_path above), then garbage collection does *not*
H A Dphp.ini-production1424 ; session.save_path = "N;/path"
1440 ; session.save_path = "N;MODE;/path"
1445 ;session.save_path = "/tmp"
1529 ; (see session.save_path above), then garbage collection does *not*
H A DNEWS6799 "session.save_path" check. (Stas)
7908 - Fixed segfault on invalid session.save_path. (Hannes)
8703 - Fixed Bug #42596 (session.save_path MODE option does not work). (Ilia)
8794 - Fixed session.save_path and error_log values to be checked against
9256 - Fixed bug #40464 (session.save_path wont use default-value when safe_mode
9647 - Fixed bug #37627 (session save_path check checks the parent directory).
9871 - Fixed bug #38993 (Fixed safe_mode/open_basedir checks for session.save_path,
11062 - Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed).
11122 "session.save_path" change using session_save_path() function). (Rasmus)
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in348 ; (error_log, sessions.save_path, ...).
H A Dphp-fpm.conf.in478 ; (error_log, sessions.save_path, ...).

Completed in 58 milliseconds

123