We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3ee9e commit 1fb67dfCopy full SHA for 1fb67df
ext/session/session.c
@@ -513,7 +513,7 @@ static void php_session_save_current_state(int write) /* {{{ */
513
}
514
/* }}} */
515
516
-static void php_session_normalize_vars() /* {{{ */
+static void php_session_normalize_vars(void) /* {{{ */
517
{
518
PS_ENCODE_VARS;
519
@@ -1936,7 +1936,7 @@ PHP_FUNCTION(session_module_name)
1936
1937
1938
1939
-static int save_handler_check_session() {
+static int save_handler_check_session(void) {
1940
if (PS(session_status) == php_session_active) {
1941
php_error_docref(NULL, E_WARNING, "Session save handler cannot be changed when a session is active");
1942
return FAILURE;
0 commit comments