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 76b9aed commit 20950b7Copy full SHA for 20950b7
ext/session/session.c
@@ -504,7 +504,7 @@ static void php_session_save_current_state(int write) /* {{{ */
504
}
505
/* }}} */
506
507
-static void php_session_normalize_vars() /* {{{ */
+static void php_session_normalize_vars(void) /* {{{ */
508
{
509
PS_ENCODE_VARS;
510
@@ -1914,7 +1914,7 @@ PHP_FUNCTION(session_module_name)
1914
1915
1916
1917
-static int save_handler_check_session() {
+static int save_handler_check_session(void) {
1918
if (PS(session_status) == php_session_active) {
1919
php_error_docref(NULL, E_WARNING, "Cannot change save handler when session is active");
1920
return FAILURE;
0 commit comments