From b5aa4dffbec390799b272d6cb193325c1cac29d3 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 24 Oct 2006 21:16:24 +0000 Subject: [PATCH] session_set_cookie_params new param --- README.UPDATE_5_2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.UPDATE_5_2 b/README.UPDATE_5_2 index 80133ae681..92ea998283 100644 --- a/README.UPDATE_5_2 +++ b/README.UPDATE_5_2 @@ -554,8 +554,8 @@ New optional parameters: - string base64_decode(string str[, bool strict=false]) (strict) - bool setcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly=false]]]]]] (httponly) - bool setrawcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly=false]]]]]] (httponly) + - void session_set_cookie_params(int lifetime [, string path [, string domain [, bool secure[, bool httponly]]]]) (httponly) - int memory_get_usage([bool real_usage=false]) (real_usage) - boolean XMLReader::open(string URI [, string encoding [, int options]]) (encoding, options) - boolean XMLReader::XML(string source [, string encoding [, int options]]) (encoding, options) - -- 2.40.0