summaryrefslogtreecommitdiff
path: root/ext/session/php_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/php_session.h')
-rw-r--r--ext/session/php_session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/php_session.h b/ext/session/php_session.h
index 97df5fc7bc..8cbd86a613 100644
--- a/ext/session/php_session.h
+++ b/ext/session/php_session.h
@@ -111,6 +111,7 @@ PHP_FUNCTION(session_start);
PHP_FUNCTION(session_destroy);
PHP_FUNCTION(session_unset);
PHP_FUNCTION(session_set_save_handler);
+PHP_FUNCTION(session_set_cookie_params);
#ifdef ZTS
#define PSLS_D php_ps_globals *ps_globals